Class TracerFactory.Exception

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.christofreichardt.diagnosis.TracerFactory.Exception
All Implemented Interfaces:
Serializable
Enclosing class:
TracerFactory

public static class TracerFactory.Exception extends Exception
Base exception class for all exceptional situations within the context of the TracerFactory
See Also:
  • Constructor Details

    • Exception

      public Exception(String msg)
      Constructor expects error message.
      Parameters:
      msg - the error message
    • Exception

      public Exception(Throwable cause)
      Constructor expects a throwable which is the cause of the trouble.
      Parameters:
      cause - the originator of the trouble