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

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.MissingAttributeException
All Implemented Interfaces:
Serializable

public class MissingAttributeException
extends ParsingException

Thrown during parsing when an XML element is missing an attribute. For example, when a test element does not have a name.

See Also:
Serialized Form

Constructor Summary
MissingAttributeException(Element e, String name)
           
 
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

MissingAttributeException

public MissingAttributeException(Element e,
                                 String name)
Parameters:
e - The element that is missing the attribute
name - The attribute that is missing from the element


Copyright © 2014. All rights reserved.