|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.lutris.appserver.server.jolt.parser.JoltFieldException
Exception for invalid JoltHtml field.
Field Summary | |
java.lang.String |
fileName
Name of file where the error occured. |
int |
lineNum
Line number within file where the error occured. |
Constructor Summary | |
JoltFieldException(java.lang.String msg,
java.lang.String fileName,
int lineNum)
Constructor |
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 |
Field Detail |
public final java.lang.String fileName
public final int lineNum
Constructor Detail |
public JoltFieldException(java.lang.String msg, java.lang.String fileName, int lineNum)
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |