Class CLIException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CLIReconnectedException

    public class CLIException
    extends java.lang.Exception
    A CLIException is thrown by CLI if something goes wrong, e.g. an invalid command or a command returns a result.
    Since:
    1.2
    Author:
    IIT GmbH, Bremen/Germany
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CLIException​(java.lang.String msg)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CLIException

        public CLIException​(java.lang.String msg)