org.sca4j.introspection.xml
Class UnrecognizedAttribute

java.lang.Object
  extended by org.sca4j.host.contribution.ValidationFailure<T>
      extended by org.sca4j.introspection.xml.XmlValidationFailure<java.lang.String>
          extended by org.sca4j.introspection.xml.UnrecognizedAttribute

public class UnrecognizedAttribute
extends XmlValidationFailure<java.lang.String>

Failure that indicates an attribute was encountered that could not be handled.

Version:
$Rev: 5123 $ $Date: 2008-08-01 08:17:58 +0100 (Fri, 01 Aug 2008) $

Constructor Summary
UnrecognizedAttribute(java.lang.String name, javax.xml.stream.XMLStreamReader reader)
          Constructor.
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class org.sca4j.introspection.xml.XmlValidationFailure
getColumn, getLine, getResourceURI
 
Methods inherited from class org.sca4j.host.contribution.ValidationFailure
getValidatable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnrecognizedAttribute

public UnrecognizedAttribute(java.lang.String name,
                             javax.xml.stream.XMLStreamReader reader)
Constructor.

Parameters:
name - the attrbiute name
reader - the StAX reader positioned on the unrecognized element
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class XmlValidationFailure<java.lang.String>


Copyright © 2008-2011 Service Symphony. All Rights Reserved.