|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.hl7.xml.validator.ValidatorException
org.hl7.xml.builder.FeatureException
org.hl7.xml.validator.FeatureCardinalityException
org.hl7.xml.builder.AttributeCardinalityException
public class AttributeCardinalityException
Exception that is thrown when an attribute cardinality specified in HMD and values present in RIM object are incompatible. May happen in the following cases:
| Constructor Summary | |
|---|---|
AttributeCardinalityException(Attribute attribute,
java.lang.String actualCardinality)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getActualCardinality()
|
| Methods inherited from class org.hl7.xml.validator.FeatureCardinalityException |
|---|
createMessage |
| Methods inherited from class org.hl7.xml.builder.FeatureException |
|---|
createMessage, 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 |
|---|
public AttributeCardinalityException(Attribute attribute,
java.lang.String actualCardinality)
| Method Detail |
|---|
public java.lang.String getActualCardinality()
getActualCardinality in class FeatureCardinalityException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||