org.crsh.command
Class ScriptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.crsh.command.ScriptException
All Implemented Interfaces:
Serializable

public class ScriptException
extends RuntimeException

Base command thrown during the execution of a command.

See Also:
Serialized Form

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

ScriptException

public ScriptException()

ScriptException

public ScriptException(String message)

ScriptException

public ScriptException(String message,
                       Throwable cause)

ScriptException

public ScriptException(Throwable cause)


Copyright © 2015 eXo Platform SAS. All Rights Reserved.