Class EmptyGraphicsStackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.pdfbox.contentstream.operator.state.EmptyGraphicsStackException
-
- All Implemented Interfaces:
java.io.Serializable
public final class EmptyGraphicsStackException extends java.io.IOException
Throw when restore is executed when the graphics stack is empty.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
See https://stackoverflow.com/questions/285793/
-
Constructor Summary
Constructors Constructor Description EmptyGraphicsStackException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
See https://stackoverflow.com/questions/285793/- See Also:
- Constant Field Values
-
-