Class NshException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thevpc.nuts.util.NException
net.thevpc.nuts.command.NExecutionException
net.thevpc.nsh.err.NshException
- All Implemented Interfaces:
Serializable, net.thevpc.nuts.boot.core.NAnyBootAwareExceptionBase, net.thevpc.nuts.boot.core.NAnyExceptionBase, net.thevpc.nuts.boot.core.NExceptionWithExitCodeBase, NSessionAwareExceptionBase, NSessionProvider, NAnyFormattedExceptionBase, NExceptionBase
- Direct Known Subclasses:
NshCmdSyntaxError, NshInterruptException, NshQuitException, NshUniformException
- Author:
- thevpc (taha.bensalah@gmail.com) %lastmodified 04-dec.-2005 Time: 17:53:11
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionNshException(Throwable cause, int exitCode) NshException(NMsg message, int exitCode) NshException(NMsg message, Throwable cause) NshException(NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, int exitCode) NshException(NMsg message, Throwable cause, int exitCode) -
Method Summary
Methods inherited from class NExecutionException
getExitCode, toStringMethods inherited from class NException
getFormattedMessage, getSession, getWorkspace, messageToFormattedString, messageToString, processThrowable, validateFormattedMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface NAnyFormattedExceptionBase
getMessage
-
Constructor Details
-
NshException
-
NshException
-
NshException
-
NshException
-
NshException
-