com.liferay.portal
Class LayoutPrototypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.LayoutPrototypeException
- All Implemented Interfaces:
- java.io.Serializable
public class LayoutPrototypeException
- extends PortalException
- Author:
- Julio Camarero
- See Also:
- Serialized Form
| 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 |
LayoutPrototypeException
public LayoutPrototypeException()
LayoutPrototypeException
public LayoutPrototypeException(java.util.List<Tuple> missingLayoutPrototypes)
LayoutPrototypeException
public LayoutPrototypeException(java.lang.String msg)
LayoutPrototypeException
public LayoutPrototypeException(java.lang.String msg,
java.lang.Throwable cause)
LayoutPrototypeException
public LayoutPrototypeException(java.lang.Throwable cause)
getMissingLayoutPrototypes
public java.util.List<Tuple> getMissingLayoutPrototypes()
setMissingLayoutPrototypes
public void setMissingLayoutPrototypes(java.util.List<Tuple> missingLayoutPrototypes)