|
The im4java Library, Version 1.4.0 | ||||||||
| 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.
| 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. |
int |
getReturnCode()
Return the return-code of the failing command. |
void |
setErrorText(java.util.ArrayList<java.lang.String> pErrorText)
Set the error text of this exception. |
void |
setReturnCode(int pReturnCode)
Set the return-code of the failing command. |
| 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 |
| Constructor Detail |
|---|
public CommandException()
public CommandException(java.lang.String pMessage)
public CommandException(java.lang.String pMessage,
java.lang.Throwable pCause)
public CommandException(java.lang.Throwable pCause)
| Method Detail |
|---|
public java.util.ArrayList<java.lang.String> getErrorText()
public void setErrorText(java.util.ArrayList<java.lang.String> pErrorText)
pErrorText - public int getReturnCode()
public void setReturnCode(int pReturnCode)
pReturnCode -
|
The im4java Library, Version 1.4.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||