org.crsh.cli.impl.completion
Class CompletionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.crsh.cli.CLIException
                  extended by org.crsh.cli.impl.completion.CompletionException
All Implemented Interfaces:
Serializable

public class CompletionException
extends CLIException

See Also:
Serialized Form

Constructor Summary
CompletionException()
           
CompletionException(String message)
           
CompletionException(String message, Throwable cause)
           
CompletionException(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

CompletionException

public CompletionException()

CompletionException

public CompletionException(String message)

CompletionException

public CompletionException(String message,
                           Throwable cause)

CompletionException

public CompletionException(Throwable cause)


Copyright © 2014 eXo Platform SAS. All Rights Reserved.