org.jboss.portal.theme
Class LayoutException

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

public class LayoutException
extends java.lang.Exception

Generic exception in the layout functionality.

Version:
$LastChangedRevision: 8784 $, $LastChangedDate: 2007-10-28 01:01:46 +0200 (Sun, 28 Oct 2007) $
Author:
Serialized Form

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