com.itmill.toolkit.terminal.web
Class ThemeSource.ThemeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.