org.jboss.portal.theme
Class ThemeException

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

public class ThemeException
extends java.lang.Exception

Generic exception for the theme functionality.

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

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

ThemeException

public ThemeException()

ThemeException

public ThemeException(java.lang.Throwable t)

ThemeException

public ThemeException(java.lang.String msg)