com.caucho.es
Class ESException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.caucho.es.ESException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ESNullException, ESParseException, ESUndefinedException, ESWrapperException
- public class ESException
- extends java.lang.Exception
JavaScript exception, filtered to get the line numbers right.
- See Also:
- Serialized Form
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 |
ESException
public ESException()
ESException
public ESException(java.lang.String name)
staticPrintESTrace
public static void staticPrintESTrace(java.lang.Exception e,
java.io.OutputStream os)
staticPrintESTrace
public static void staticPrintESTrace(java.lang.Exception e,
java.io.PrintWriter os)
printESStackTrace
public void printESStackTrace(java.io.OutputStream os)
printESStackTrace
public void printESStackTrace()
printESStackTrace
public void printESStackTrace(java.io.PrintWriter out)