Package org.apache.xmlgraphics.ps
Class PSDictionaryFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.xmlgraphics.ps.PSDictionaryFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class PSDictionaryFormatException extends java.lang.Exception
Thrown to indicate that a formatting error has occurred when trying to parse a PostScript dictionary object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description PSDictionaryFormatException(java.lang.String string)
Default constructor
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-