com.jrefinery.report.targets.style
Class InvalidStyleSheetCollectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.jfree.util.StackableRuntimeException
                          |
                          +--com.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)