Class JavaVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
com.realobjects.pdfreactor.Exceptions.PDFreactorException
com.realobjects.pdfreactor.Exceptions.EnvironmentException
com.realobjects.pdfreactor.Exceptions.JavaVersionException
- All Implemented Interfaces:
 Serializable
Thrown when an incompatible Java version is used.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.realobjects.pdfreactor.Exceptions.PDFreactorException
fillInStackTrace, getMessage, getResult, setResultMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
JavaVersionException
 
 - 
 - 
Method Details
- 
getType
Description copied from class:PDFreactorExceptionGets theExceptionTypeof this exception.- Overrides:
 getTypein classEnvironmentException- Returns:
 - The exception's type.
 
 
 -