org.jfree.report.style
Class InvalidStyleSheetCollectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jfree.util.StackableRuntimeException
                  extended byorg.jfree.report.style.InvalidStyleSheetCollectionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidStyleSheetCollectionException
extends org.jfree.util.StackableRuntimeException

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.

Author:
Thomas Morgner
See Also:
Serialized Form

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

InvalidStyleSheetCollectionException

public InvalidStyleSheetCollectionException()
DefaultConstructor. Initializes this exception without an message or parent exception.


InvalidStyleSheetCollectionException

public InvalidStyleSheetCollectionException(java.lang.String s,
                                            java.lang.Exception e)
Creates a new InvalidStyleSheetCollectionException with the given message and parent exception.

Parameters:
s - the exception message.
e - the parent exception.

InvalidStyleSheetCollectionException

public InvalidStyleSheetCollectionException(java.lang.String s)
Creates a new InvalidStyleSheetCollectionException with the give message.

Parameters:
s - the exception message.