Class 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

public class NshException extends NExecutionException
Author:
thevpc (taha.bensalah@gmail.com) %lastmodified 04-dec.-2005 Time: 17:53:11
See Also:
  • Constructor Details

    • NshException

      public NshException(NMsg message, int exitCode)
    • NshException

      public NshException(NMsg message, Throwable cause)
    • NshException

      public NshException(NMsg message, Throwable cause, int exitCode)
    • NshException

      public NshException(Throwable cause, int exitCode)
    • NshException

      public NshException(NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, int exitCode)