Package de.christofreichardt.diagnosis
Class AbstractTracer.Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.christofreichardt.diagnosis.AbstractTracer.Exception
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractTracer
Indicates exceptional states within the AbstractTracer context.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Exception
Creates an Exception instance.- Parameters:
msg- the message
-
Exception
Creates an Exception instance.- Parameters:
cause- the cause of the trouble
-