org.finra.jtaf.core.parsing.exceptions
Class UnexpectedElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.finra.jtaf.core.parsing.exceptions.ParsingException
org.finra.jtaf.core.parsing.exceptions.UnexpectedElementException
- All Implemented Interfaces:
- Serializable
public class UnexpectedElementException
- extends ParsingException
Thrown when an XML parser encounters an element that should not be in that part of the file
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnexpectedElementException
public UnexpectedElementException(Element e)
- Parameters:
e
- the element that was not expected
Copyright © 2014. All rights reserved.