Class MappingParseException

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

public class MappingParseException
extends GenericParseException

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

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

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

MappingParseException

public MappingParseException(java.lang.String s)

MappingParseException

public MappingParseException(GenericParseException gpe)