|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.alee.managers.style.StyleException
public class StyleException
Special exception class used to display various style problems. It extends RuntimeException to allow throwing this exception while normal runtime.
StyleManager
,
Serialized FormConstructor Summary | |
---|---|
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. |
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 |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |