org.apache.jetspeed.portlets.layout
Class LayoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jetspeed.exception.JetspeedException
org.apache.jetspeed.portlets.layout.LayoutException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EmptyLayoutLocationException, FragmentNotInLayoutException, InvalidLayoutLocationException, LayoutEventException
public class LayoutException
- extends JetspeedException
Base exception for all layout exceptions.
- Author:
- Scott T. Weaver
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LayoutException
public LayoutException()
LayoutException
public LayoutException(java.lang.String message)
LayoutException
public LayoutException(KeyedMessage typedMessage)
LayoutException
public LayoutException(java.lang.Throwable nested)
LayoutException
public LayoutException(java.lang.String msg,
java.lang.Throwable nested)
LayoutException
public LayoutException(KeyedMessage keyedMessage,
java.lang.Throwable nested)
Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.