Class CommandException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CommandException
    extends IM4JavaException
    This class wraps exceptions during image-attribute retrivial.
    See Also:
    Serialized Form
    • 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.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • 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 cause
        pMessage - 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