Package org.verapdf.parser.postscript
Class PostScriptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.verapdf.parser.postscript.PostScriptException
-
- All Implemented Interfaces:
Serializable
public class PostScriptException extends Exception
Exception that occurs during PostScript program parsing.- Author:
- Sergey Shemyakov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PostScriptException()PostScriptException(String message)PostScriptException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-