com.itmill.toolkit.terminal.web
Class ThemeSource.ThemeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.itmill.toolkit.terminal.web.ThemeSource.ThemeException
All Implemented Interfaces:
Serializable
Enclosing interface:
ThemeSource

public static class ThemeSource.ThemeException
extends Exception

ThemeException is thrown by classes implementing the ThemeSource interface if some error occurs during processing.

Since:
3.0
Version:
4.1.4
Author:
IT Mill Ltd.
See Also:
Serialized Form

Constructor Summary
ThemeSource.ThemeException(String message)
          Creates a new theme exception.
ThemeSource.ThemeException(String message, Throwable cause)
          Creates a new theme exception.
 
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

ThemeSource.ThemeException

public ThemeSource.ThemeException(String message)
Creates a new theme exception.

Parameters:
message - the Error message.

ThemeSource.ThemeException

public ThemeSource.ThemeException(String message,
                                  Throwable cause)
Creates a new theme exception.

Parameters:
message - the error message.
cause - the cause of the exception.


Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.