Liferay 6.1.2-ce-ga3

com.liferay.portal
Class LayoutSetBranchNameException

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.portal.LayoutSetBranchNameException
All Implemented Interfaces:
Serializable

public class LayoutSetBranchNameException
extends PortalException

See Also:
Serialized Form

Field Summary
static int DUPLICATE
           
static int MASTER
           
static int TOO_LONG
           
static int TOO_SHORT
           
 
Constructor Summary
LayoutSetBranchNameException(int type)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

public static final int DUPLICATE
See Also:
Constant Field Values

MASTER

public static final int MASTER
See Also:
Constant Field Values

TOO_LONG

public static final int TOO_LONG
See Also:
Constant Field Values

TOO_SHORT

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

LayoutSetBranchNameException

public LayoutSetBranchNameException(int type)
Method Detail

getType

public int getType()

Liferay 6.1.2-ce-ga3