com.caucho.es
Class ESParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.caucho.es.ESException
|
+--com.caucho.es.ESParseException
- public class ESParseException
- extends ESException
JavaScript exception
- See Also:
- Serialized Form
Constructor Summary |
ESParseException(java.lang.Exception e)
|
ESParseException(java.lang.String file,
int beginLine,
int beginCh,
int endLine,
int endCh,
java.lang.String msg)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ESParseException
public ESParseException(java.lang.String file,
int beginLine,
int beginCh,
int endLine,
int endCh,
java.lang.String msg)
ESParseException
public ESParseException(java.lang.Exception e)
getMessage
public java.lang.String getMessage()
- Overrides:
- getMessage in class java.lang.Throwable
getText
public java.lang.String getText()
getFilename
public java.lang.String getFilename()
getLine
public int getLine()
getColumn
public int getColumn()