Class MissingResourceException
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.InvalidResourceException
com.realobjects.pdfreactor.Exceptions.MissingResourceException
- All Implemented Interfaces:
Serializable
Thrown when a resource could not be loaded and the appropriate error policy is configured.
- See Also:
-
Constructor Summary
ConstructorDescriptionMissingResourceException
(String message) MissingResourceException
(String message, Exception cause) -
Method Summary
Methods inherited from class com.realobjects.pdfreactor.Exceptions.PDFreactorException
getMessage, getResult, setResult
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingResourceException
-
MissingResourceException
-
-
Method Details
-
getType
Description copied from class:PDFreactorException
Gets theExceptionType
of this exception.- Overrides:
getType
in classInvalidResourceException
- Returns:
- The exception's type.
-