Exception ThemeSource.ThemeException

Theme exception. Thrown by classes implementing the ThemeSource interface if some error occurs during processing.

Synopsis

Since

3.0

Inheritance Path.  java.lang.Object-> java.lang.Throwable-> java.lang.Exception-> com.itmill.toolkit.terminal.web.ThemeSource.ThemeException

ThemeSource.ThemeException(String)

Parameters

message

Error message.

Create new theme exception.

ThemeSource.ThemeException(String, Throwable)

Parameters

message

e

Createa new theme exception.