org.finra.jtaf.core.parsing.exceptions
Class MissingAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.finra.jtaf.core.parsing.exceptions.ParsingException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingAttributeException
public MissingAttributeException(Element e,
String name)
- Parameters:
e
- The element that is missing the attributename
- The attribute that is missing from the element
Copyright © 2014. All rights reserved.