|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.validation.ValidationException
public class ValidationException
A failure to validate against a rule.
Constructor Summary | |
---|---|
ValidationException()
Creates a new instance of ValidationException without detail message. |
|
ValidationException(java.lang.String msg)
Constructs an instance of ValidationException with the specified detail message. |
|
ValidationException(java.lang.String message,
java.lang.Throwable cause)
|
|
ValidationException(java.lang.Throwable cause)
|
Method Summary |
---|
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 ValidationException()
ValidationException
without detail message.
public ValidationException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public ValidationException(java.lang.Throwable cause)
cause
- public ValidationException(java.lang.String msg)
ValidationException
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |