Class InitializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helger.commons.exception.InitializationException
All Implemented Interfaces:
Serializable

public class InitializationException extends RuntimeException
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 Details