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
public class DSCException extends Exception
Exception to signal problems while parsing a supposedly DSC-conformant file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSCException(String msg)Creates a new DSCException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DSCException
public DSCException(String msg)
Creates a new DSCException.- Parameters:
msg- the exception message
-
-