Class ReloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.flectone.pulse.exception.ReloadException
- All Implemented Interfaces:
Serializable
Thrown when a reload fails. It is checked so callers have to decide what to show the user.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReloadException(Throwable cause) Creates the exception around the failure that broke the reload. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReloadException
Creates the exception around the failure that broke the reload.- Parameters:
cause- what went wrong
-