org.jboss.portal.theme
Class LayoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.portal.theme.LayoutException
All Implemented Interfaces:
java.io.Serializable

public class LayoutException
extends java.lang.Exception

Generic exception in the layout functionality.

See Also:
Serialized Form

Constructor Summary
LayoutException()
           
LayoutException(java.lang.String msg)
           
LayoutException(java.lang.Throwable t)
           
 
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
 

Constructor Detail

LayoutException

public LayoutException()

LayoutException

public LayoutException(java.lang.Throwable t)

LayoutException

public LayoutException(java.lang.String msg)