Class DefaultErrorHandler
java.lang.Object
net.thevpc.nsh.err.DefaultErrorHandler
- All Implemented Interfaces:
NshErrorHandler
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninterrorToCode(Throwable th) booleanvoidonError(String message, Throwable th, NshContext context)
-
Constructor Details
-
DefaultErrorHandler
public DefaultErrorHandler()
-
-
Method Details
-
isQuitException
- Specified by:
isQuitExceptionin interfaceNshErrorHandler
-
errorToCode
- Specified by:
errorToCodein interfaceNshErrorHandler
-
errorToMessage
- Specified by:
errorToMessagein interfaceNshErrorHandler
-
onError
- Specified by:
onErrorin interfaceNshErrorHandler
-