Package io.sbk.exception
Class HelpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.sbk.exception.HelpException
- All Implemented Interfaces:
Serializable
class HelpException.
extends Exception class.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HelpException
this.helpText = helpText
.- Parameters:
helpText
- helpText is further passed to super classException
.
-