Package org.apache.pivot.wtk
Class ThemeNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.apache.pivot.wtk.ThemeNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ThemeNotFoundException extends java.lang.Error
Thrown when a suitable theme cannot be located.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThemeNotFoundException()
Construct with the default message.ThemeNotFoundException(java.lang.String message)
Construct with a custom message, potentially giving more detail as to the exact problem.
-
-
-
Constructor Detail
-
ThemeNotFoundException
public ThemeNotFoundException()
Construct with the default message.
-
ThemeNotFoundException
public ThemeNotFoundException(java.lang.String message)
Construct with a custom message, potentially giving more detail as to the exact problem.- Parameters:
message
- The detail message.
-
-