org.hl7.xml.builder
Class FeatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hl7.xml.validator.ValidatorException
              extended by org.hl7.xml.builder.FeatureException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FeatureCardinalityException

public class FeatureException
extends ValidatorException

...

Author:
Eric Chen
See Also:
Serialized Form

Constructor Summary
FeatureException(Feature feature)
           
FeatureException(Feature feature, java.lang.Exception ex)
           
FeatureException(Feature feature, java.lang.String message)
           
 
Method Summary
static java.lang.String createMessage(Feature feature)
           
 Feature getFeature()
           
 
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

FeatureException

public FeatureException(Feature feature)

FeatureException

public FeatureException(Feature feature,
                        java.lang.String message)

FeatureException

public FeatureException(Feature feature,
                        java.lang.Exception ex)
Method Detail

createMessage

public static java.lang.String createMessage(Feature feature)

getFeature

public Feature getFeature()
Returns:
Returns the feature.