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

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.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

Constructor Summary
UnexpectedElementException(Element 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

UnexpectedElementException

public UnexpectedElementException(Element e)
Parameters:
e - the element that was not expected


Copyright © 2014. All rights reserved.