com.caucho.es
Class ESNullException

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

public class ESNullException
extends ESException

JavaScript exception

See Also:
Serialized Form

Constructor Summary
ESNullException()
           
ESNullException(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

ESNullException

public ESNullException()

ESNullException

public ESNullException(java.lang.String name)