Class ClifException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClifException
    extends java.lang.Exception
    Class for CLIF exceptions
    Author:
    Julien Buret, Bruno Dillenseger
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ClifException​(java.lang.String msg)  
      ClifException​(java.lang.String msg, java.lang.Throwable t)  
      ClifException​(java.lang.Throwable t)  
    • 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

      • ClifException

        public ClifException​(java.lang.String msg,
                             java.lang.Throwable t)
        Parameters:
        msg - exception message
        t - embedded exception
      • ClifException

        public ClifException​(java.lang.Throwable t)
        Parameters:
        t - embedded exception
      • ClifException

        public ClifException​(java.lang.String msg)
        Parameters:
        msg - exception message