com.jrefinery.report.targets.style
Class InvalidStyleSheetCollectionException

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

public class InvalidStyleSheetCollectionException
extends org.jfree.util.StackableRuntimeException

See Also:
Serialized Form

Constructor Summary
InvalidStyleSheetCollectionException()
           
InvalidStyleSheetCollectionException(java.lang.String s)
           
InvalidStyleSheetCollectionException(java.lang.String s, java.lang.Exception e)
           
 
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()

InvalidStyleSheetCollectionException

public InvalidStyleSheetCollectionException(java.lang.String s,
                                            java.lang.Exception e)

InvalidStyleSheetCollectionException

public InvalidStyleSheetCollectionException(java.lang.String s)