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:
java.io.Serializable
public class DSCException extends java.lang.Exception
Exception to signal problems while parsing a supposedly DSC-conformant file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSCException(java.lang.String msg)
Creates a new DSCException.
-