org.finra.jtaf.core.parsing.exceptions
Class MissingRequiredElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.finra.jtaf.core.parsing.exceptions.ParsingException
org.finra.jtaf.core.parsing.exceptions.MissingRequiredElementException
- All Implemented Interfaces:
- Serializable
public class MissingRequiredElementException
- extends ParsingException
Thrown during parsing when a required XML element does not exist. For example,
when a function does not have a body element
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingRequiredElementException
public MissingRequiredElementException(String xpath)
- Parameters:
xpath
- An XPath that describes the missing element
Copyright © 2014. All rights reserved.