org.jtr.transliterate
Class CharacterParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.text.ParseException
                    |
                    +--org.jtr.transliterate.CharacterParseException
All Implemented Interfaces:
java.io.Serializable

public class CharacterParseException
extends java.text.ParseException

Exception thrown by the CharacterParser when a parse error occurs.

Version:
$Id: CharacterParseException.java,v 1.8 2005/03/14 04:54:25 run2000 Exp $
Author:
Nicholas Cull
See Also:
Serialized Form

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

CharacterParseException

public CharacterParseException(java.lang.String aMessage,
                               int nErrorOffset)
Constructs an CharacterParseException with the specified detail message and offset.
Parameters:
aMessage - the detail message.
nErrorOffset - the position where the error was found