Enum ExceptionType

java.lang.Object
java.lang.Enum<ExceptionType>
com.realobjects.pdfreactor.Exceptions.ExceptionType
All Implemented Interfaces:
Serializable, Comparable<ExceptionType>, java.lang.constant.Constable

public enum ExceptionType extends Enum<ExceptionType>
The type of a PDFreactorException. Can be used to identify a specific exception without using instanceof.