Package org.im4java.core
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.im4java.core.IM4JavaException
org.im4java.core.CommandException
- All Implemented Interfaces:
Serializable
This class wraps exceptions during image-attribute retrivial.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.CommandException
(String pMessage) Constructor.CommandException
(String pMessage, Throwable pCause) Constructor.CommandException
(Throwable pCause) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturn the error-text object.void
setErrorText
(ArrayList<String> pErrorText) Set the error text of this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandException
public CommandException()Constructor. -
CommandException
Constructor.- Parameters:
pMessage
- the Exception message
-
CommandException
Constructor.- Parameters:
pCause
- the Exception causepMessage
- the Exception message
-
CommandException
Constructor.- Parameters:
pCause
- the Exception cause
-
-
Method Details
-
getErrorText
Return the error-text object.- Returns:
- the error-text object.
-
setErrorText
Set the error text of this exception.- Parameters:
pErrorText
- the error text of this exception
-