Class UserAgentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
com.realobjects.pdfreactor.Exceptions.PDFreactorException
com.realobjects.pdfreactor.useragent.exceptions.UserAgentException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpCacheException
This exception is thrown by the
UserAgent
's constructor and
represents problems that occurred due to misconfiguration.- See Also:
-
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
-
Method Details
-
getType
Description copied from class:PDFreactorException
Gets theExceptionType
of this exception.- Specified by:
getType
in classPDFreactorException
- Returns:
- The exception's type.
-