Package com.helger.commons.exception
Class InitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helger.commons.exception.InitializationException
- All Implemented Interfaces:
Serializable
This class should be used when an error occurs in the initialization phase
(e.g. in static blocks of classes).
- Author:
- Philip Helger
- 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
-
InitializationException
public InitializationException() -
InitializationException
-
InitializationException
-
InitializationException
-