Liferay 7.0-ce-m3

com.liferay.portlet.wiki
Class NodeChangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portlet.wiki.NodeChangeException
All Implemented Interfaces:
Serializable

@ProviderType
public class NodeChangeException
extends PortalException

See Also:
Serialized Form

Field Summary
static int DUPLICATE_PAGE
           
static int REDIRECT_PAGE
           
 
Constructor Summary
NodeChangeException(String nodeName, String pageTitle, int type)
           
 
Method Summary
 String getNodeName()
           
 String getPageTitle()
           
 int getType()
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DUPLICATE_PAGE

public static final int DUPLICATE_PAGE
See Also:
Constant Field Values

REDIRECT_PAGE

public static final int REDIRECT_PAGE
See Also:
Constant Field Values
Constructor Detail

NodeChangeException

public NodeChangeException(String nodeName,
                           String pageTitle,
                           int type)
Method Detail

getNodeName

public String getNodeName()

getPageTitle

public String getPageTitle()

getType

public int getType()

Liferay 7.0-ce-m3