Liferay 6.1.2-ce-ga3

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
 String getLayoutType()
           
 int getType()
           
 void setLayoutType(String layoutType)
           
 
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

FIRST_LAYOUT

public static final int FIRST_LAYOUT
See Also:
Constant Field Values

NOT_PARENTABLE

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

LayoutTypeException

public LayoutTypeException(int type)
Method Detail

getLayoutType

public String getLayoutType()

getType

public int getType()

setLayoutType

public void setLayoutType(String layoutType)

Liferay 6.1.2-ce-ga3