Class CommandException

All Implemented Interfaces:
Serializable

public class CommandException extends IM4JavaException
This class wraps exceptions during image-attribute retrivial.
See Also:
  • Constructor Details

    • CommandException

      public CommandException()
      Constructor.
    • CommandException

      public CommandException(String pMessage)
      Constructor.
      Parameters:
      pMessage - the Exception message
    • CommandException

      public CommandException(String pMessage, Throwable pCause)
      Constructor.
      Parameters:
      pMessage - the Exception message
      pCause - the Exception cause
    • CommandException

      public CommandException(Throwable pCause)
      Constructor.
      Parameters:
      pCause - the Exception cause
  • Method Details

    • getErrorText

      public ArrayList<String> getErrorText()
      Return the error-text object.
      Returns:
      the error-text object.
    • setErrorText

      public void setErrorText(ArrayList<String> pErrorText)
      Set the error text of this exception.
      Parameters:
      pErrorText - the error text of this exception