Class TextParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--GenericParseException
                    |
                    +--TextParseException
All Implemented Interfaces:
java.io.Serializable

public class TextParseException
extends GenericParseException

This exception is thrown when a document mapping can't be successfully parsed.

Version:
$02/07/18 03:34:47 mdh$
Author:
Malcolm D. Hyman
See Also:
Serialized Form

Constructor Summary
TextParseException(java.lang.String s)
           
 
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

TextParseException

public TextParseException(java.lang.String s)