Package org.apache.xmlgraphics.ps.dsc
Class DSCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmlgraphics.ps.dsc.DSCException
- All Implemented Interfaces:
Serializable
Exception to signal problems while parsing a supposedly DSC-conformant file.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DSCException
Creates a new DSCException.- Parameters:
msg
- the exception message
-