Class GenericParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--GenericParseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MappingParseException, TextParseException

public class GenericParseException
extends java.lang.Exception

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

Version:
$02/07/17 11:30:24 mdh$
Author:
Malcolm D. Hyman
See Also:
Serialized Form

Constructor Summary
GenericParseException(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

GenericParseException

public GenericParseException(java.lang.String s)