Class InitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.InitException
- All Implemented Interfaces:
Serializable
Thrown when the plugin cannot finish starting up. The message asks the user to report the problem.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitException(String error) Creates the exception with a report hint in front of the given message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InitException
Creates the exception with a report hint in front of the given message.- Parameters:
error- what went wrong
-