com.caucho.es
Class ESUndefinedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.caucho.es.ESException
                    |
                    +--com.caucho.es.ESUndefinedException
All Implemented Interfaces:
java.io.Serializable

public class ESUndefinedException
extends ESException

JavaScript exception

See Also:
Serialized Form

Constructor Summary
ESUndefinedException()
           
ESUndefinedException(java.lang.String name)
           
 
Methods inherited from class com.caucho.es.ESException
printESStackTrace, printESStackTrace, printESStackTrace, staticPrintESTrace, staticPrintESTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ESUndefinedException

public ESUndefinedException()

ESUndefinedException

public ESUndefinedException(java.lang.String name)