|
|||||||||||
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 java.lang.RuntimeException org.ocltf.parser.OclParserException
Retrieves information from the OCL parser exceptions in a more user friendly format.
Constructor Summary | |
OclParserException(java.lang.String s)
Constructs an instance of OclParserException. |
Method Summary | |
int |
getErrorCol()
The column of the error. |
int |
getErrorLine()
The line of the error. |
java.lang.String |
getMessage()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 OclParserException(java.lang.String s)
s
- Method Detail |
public java.lang.String getMessage()
Throwable.getMessage()
public int getErrorLine()
public int getErrorCol()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |