|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.text.ParseException
|
+--org.jtr.transliterate.CharacterParseException
Exception thrown by the CharacterParser when a parse error occurs.
| Constructor Summary | |
CharacterParseException(java.lang.String aMessage,
int nErrorOffset)
Constructs an CharacterParseException with the specified
detail message and offset. |
|
| Methods inherited from class java.text.ParseException |
getErrorOffset |
| 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 |
| Constructor Detail |
public CharacterParseException(java.lang.String aMessage,
int nErrorOffset)
CharacterParseException with the specified
detail message and offset.aMessage - the detail message.nErrorOffset - the position where the error was found
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||