Package gg.xp.reevent.scan
Class InitException
java.lang.Object
java.lang.Throwable
gg.xp.reevent.scan.InitException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InstantiationFailureException,JarLoadException
public abstract sealed class InitException
extends Throwable
permits InstantiationFailureException, JarLoadException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedInitException(String message) protectedInitException(String message, Throwable cause) protectedInitException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) protectedInitException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InitException
protected InitException() -
InitException
-
InitException
-
InitException
-
InitException
-
-
Method Details
-
describeFailedComponent
-