Package de.christofreichardt.diagnosis
Class TracerFactory.Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.christofreichardt.diagnosis.TracerFactory.Exception
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TracerFactory
Base exception class for all exceptional situations within the context of the TracerFactory
- 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
Constructor expects error message.- Parameters:
msg- the error message
-
Exception
Constructor expects a throwable which is the cause of the trouble.- Parameters:
cause- the originator of the trouble
-