|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.im4java.core.IM4JavaException
org.im4java.core.CommandException
public class CommandException
This class wraps exceptions during image-attribute retrivial.
Field Summary | |
---|---|
private java.util.ArrayList<java.lang.String> |
iErrorText
The stderr-output of the command. |
private static long |
serialVersionUID
For the Serialization (not used) |
Constructor Summary | |
---|---|
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 | |
---|---|
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. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private java.util.ArrayList<java.lang.String> iErrorText
Constructor Detail |
---|
public CommandException()
public CommandException(java.lang.String pMessage)
pMessage
- the Exception messagepublic CommandException(java.lang.String pMessage, java.lang.Throwable pCause)
pCause
- the Exception causepMessage
- the Exception messagepublic CommandException(java.lang.Throwable pCause)
pCause
- the Exception causeMethod Detail |
---|
public java.util.ArrayList<java.lang.String> getErrorText()
public void setErrorText(java.util.ArrayList<java.lang.String> pErrorText)
pErrorText
- the error text of this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |