|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationException | |
---|---|
ca.uhn.hl7v2.validation | |
ca.uhn.hl7v2.validation.impl |
Uses of ValidationException in ca.uhn.hl7v2.validation |
---|
Methods in ca.uhn.hl7v2.validation that return ValidationException | |
---|---|
ValidationException[] |
MessageRule.test(Message msg)
Tests the given (fully populated) message against the criteria defined by this rule class. |
ValidationException[] |
EncodingRule.test(java.lang.String msg)
Tests the given encoded message text against the criteria defined by this rule class. |
Uses of ValidationException in ca.uhn.hl7v2.validation.impl |
---|
Methods in ca.uhn.hl7v2.validation.impl that return ValidationException | |
---|---|
ValidationException[] |
ConformanceProfileRule.test(Message msg)
|
ValidationException[] |
XMLSchemaRule.test(java.lang.String msg)
Test/validate a given xml document against a hl7 v2.xml schema. |
Methods in ca.uhn.hl7v2.validation.impl that throw ValidationException | |
---|---|
static ValidationContext |
ValidationContextFactory.getContext()
Returns a singleton ValidationContext , creating it if necessary. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |