Class IM4JavaException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CommandException, InfoException

    public class IM4JavaException
    extends java.lang.Exception
    This class is the base class of all im4java -exceptions.
    Since:
    0.95
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • IM4JavaException

        public IM4JavaException()
        Constructor.
      • IM4JavaException

        public IM4JavaException​(java.lang.String pMessage)
        Constructor.
      • IM4JavaException

        public IM4JavaException​(java.lang.String pMessage,
                                java.lang.Throwable pCause)
        Constructor.
      • IM4JavaException

        public IM4JavaException​(java.lang.Throwable pCause)
        Constructor.