public final class StyleException
extends java.lang.RuntimeException
StyleManager,
Serialized Form| Constructor and Description |
|---|
StyleException()
Constructs a new StyleException with
null as its detail message. |
StyleException(java.lang.String message)
Constructs a new StyleException with the specified detail message.
|
StyleException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new StyleException with the specified detail message and cause.
|
StyleException(java.lang.Throwable cause)
Constructs a new StyleException with the specified cause.
|
public StyleException()
null as its detail message.public StyleException(java.lang.String message)
message - exception messagepublic StyleException(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - exception causepublic StyleException(java.lang.Throwable cause)
cause - exception cause