org.mvel2
Class ScriptRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mvel2.ScriptRuntimeException
All Implemented Interfaces:
Serializable

public class ScriptRuntimeException
extends RuntimeException

Author:
Mike Brock .
See Also:
Serialized Form

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

ScriptRuntimeException

public ScriptRuntimeException()

ScriptRuntimeException

public ScriptRuntimeException(String message)

ScriptRuntimeException

public ScriptRuntimeException(String message,
                              Throwable cause)

ScriptRuntimeException

public ScriptRuntimeException(Throwable cause)


Copyright © 2014. All Rights Reserved.