org.crsh.cli.impl
Class CLIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.crsh.cli.impl.CLIException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CompletionException, IntrospectionException, InvocationException, SyntaxException

public class CLIException
extends Exception

See Also:
Serialized Form

Constructor Summary
CLIException()
           
CLIException(String message)
           
CLIException(String message, Throwable cause)
           
CLIException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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()

CLIException

public CLIException(String message)

CLIException

public CLIException(String message,
                    Throwable cause)

CLIException

public CLIException(Throwable cause)


Copyright © 2015 eXo Platform SAS. All Rights Reserved.