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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.finra.jtaf.core.parsing.exceptions.ParsingException
              extended by 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

Constructor Summary
MissingRequiredElementException(String xpath)
           
 
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

MissingRequiredElementException

public MissingRequiredElementException(String xpath)
Parameters:
xpath - An XPath that describes the missing element


Copyright © 2014. All rights reserved.