com.google.gwt.dev.js.rhino
Class EvaluatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.gwt.dev.js.rhino.EvaluatorException
All Implemented Interfaces:
java.io.Serializable

public class EvaluatorException
extends java.lang.RuntimeException

The class of exceptions thrown by the JavaScript engine.

See Also:
Serialized Form

Constructor Summary
EvaluatorException(java.lang.String detail)
          Create an exception with the specified detail message.
 
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

EvaluatorException

public EvaluatorException(java.lang.String detail)
Create an exception with the specified detail message. Errors internal to the JavaScript engine will simply throw a RuntimeException.

Parameters:
detail - a message with detail about the exception