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
ModifierConstructorDescriptionprotected
protected
InitException
(String message) protected
InitException
(String message, Throwable cause) protected
InitException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) protected
InitException
(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
-