Class MissingDependencyException
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.MissingDependencyException
- All Implemented Interfaces:
Serializable
This exception is thrown when a dependency of
PDFreactor
is not available.- See Also:
-
Constructor Summary
ConstructorDescriptionMissingDependencyException
(com.realobjects.util.exceptions.MissingLibraryException cause) MissingDependencyException
(String dependencyName) -
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
-
MissingDependencyException
-
MissingDependencyException
public MissingDependencyException(com.realobjects.util.exceptions.MissingLibraryException cause)
-
-
Method Details
-
asRuntimeException
-
getType
Description copied from class:PDFreactorException
Gets theExceptionType
of this exception.- Overrides:
getType
in classEnvironmentException
- Returns:
- The exception's type.
-