org.finra.jtaf.core.parsing.exceptions
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.finra.jtaf.core.parsing.exceptions.ParsingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeFormatException, ExceptionAccumulator, MissingAttributeException, MissingRequiredElementException, MultipleMatchesException, NestedXPathException, UnexpectedElementException

public class ParsingException
extends Exception

Base class for exceptions thrown while parsing

See Also:
Serialized Form

Constructor Summary
ParsingException()
           
ParsingException(String message)
           
ParsingException(String message, Throwable e)
           
ParsingException(Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsingException

public ParsingException()

ParsingException

public ParsingException(String message)

ParsingException

public ParsingException(String message,
                        Throwable e)

ParsingException

public ParsingException(Throwable e)


Copyright © 2014. All rights reserved.