|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jfree.util.StackableRuntimeException
org.jfree.report.style.InvalidStyleSheetCollectionException
Informs the caller, that an invalid state was encountered while handling a stylesheetcollection operation.
The InvalidStyleSheetCollectionException is thrown, if the stylesheet collection encountered an invalid stylesheet collection for one of its children or when the StyleSheetCollectionHandler detected an invalid StyleSheetCollection on its child.
Constructor Summary | |
InvalidStyleSheetCollectionException()
DefaultConstructor. |
|
InvalidStyleSheetCollectionException(java.lang.String s)
Creates a new InvalidStyleSheetCollectionException with the give message. |
|
InvalidStyleSheetCollectionException(java.lang.String s,
java.lang.Exception e)
Creates a new InvalidStyleSheetCollectionException with the given message and parent exception. |
Methods inherited from class org.jfree.util.StackableRuntimeException |
getParent, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InvalidStyleSheetCollectionException()
public InvalidStyleSheetCollectionException(java.lang.String s, java.lang.Exception e)
s
- the exception message.e
- the parent exception.public InvalidStyleSheetCollectionException(java.lang.String s)
s
- the exception message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |