|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.elegantj.data.parser.exceptions.ParserException
com.elegantj.data.parser.exceptions.NameNotFoundException
The NameNotFoundException is thrown when the method or variable name is not found.
| Constructor Summary | |
NameNotFoundException()
Creates an NameNotFoundException with no specified detail message. |
|
NameNotFoundException(java.lang.String detail_in)
Creates an NameNotFoundException with the specified detail message. |
|
| 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 |
| Constructor Detail |
public NameNotFoundException()
public NameNotFoundException(java.lang.String detail_in)
detail_in - the detail message
|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||