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:
java.io.Serializable
public class CommandException extends IM4JavaException
This class wraps exceptions during image-attribute retrivial.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandException()
Constructor.CommandException(java.lang.String pMessage)
Constructor.CommandException(java.lang.String pMessage, java.lang.Throwable pCause)
Constructor.CommandException(java.lang.Throwable pCause)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<java.lang.String>
getErrorText()
Return the error-text object.void
setErrorText(java.util.ArrayList<java.lang.String> pErrorText)
Set the error text of this exception.
-
-
-
Constructor Detail
-
CommandException
public CommandException()
Constructor.
-
CommandException
public CommandException(java.lang.String pMessage)
Constructor.- Parameters:
pMessage
- the Exception message
-
CommandException
public CommandException(java.lang.String pMessage, java.lang.Throwable pCause)
Constructor.- Parameters:
pCause
- the Exception causepMessage
- the Exception message
-
CommandException
public CommandException(java.lang.Throwable pCause)
Constructor.- Parameters:
pCause
- the Exception cause
-
-
Method Detail
-
getErrorText
public java.util.ArrayList<java.lang.String> getErrorText()
Return the error-text object.- Returns:
- the error-text object.
-
setErrorText
public void setErrorText(java.util.ArrayList<java.lang.String> pErrorText)
Set the error text of this exception.- Parameters:
pErrorText
- the error text of this exception
-
-