Liferay 6.0.5

com.liferay.portal
Class LayoutTypeException

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

public class LayoutTypeException
extends PortalException

See Also:
Serialized Form

Field Summary
static int FIRST_LAYOUT
           
static int NOT_PARENTABLE
           
 
Constructor Summary
LayoutTypeException(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

NOT_PARENTABLE

public static final int NOT_PARENTABLE
See Also:
Constant Field Values

FIRST_LAYOUT

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

LayoutTypeException

public LayoutTypeException(int type)
Method Detail

getType

public int getType()

Liferay 6.0.5