Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
com.realobjects.pdfreactor.Exceptions.PDFreactorException
com.realobjects.pdfreactor.Exceptions.ConversionException
com.realobjects.pdfreactor.Exceptions.InternalException
- All Implemented Interfaces:
 Serializable
Thrown when the conversion is terminated due to an exception in an internal module. See the exception message for more details.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInternalException(String message) InternalException(String message, Throwable cause) InternalException(Throwable cause)  - 
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
- 
InternalException
 - 
InternalException
 - 
InternalException
 
 - 
 - 
Method Details
- 
getType
Description copied from class:PDFreactorExceptionGets theExceptionTypeof this exception.- Specified by:
 getTypein classPDFreactorException- Returns:
 - The exception's type.
 
 
 -