org.finra.jtaf.core.parsing.exceptions
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.