|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.milyn.SmooksException
org.milyn.validation.ValidationException
public class ValidationException
Exception that carries information about a validation failure.
| Constructor Summary | |
|---|---|
ValidationException(java.lang.String message)
Public constructor. |
|
ValidationException(java.lang.String message,
OnFailResult result)
|
|
| Method Summary | |
|---|---|
OnFailResult |
getOnFailResult()
|
| 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(java.lang.String message)
message - The exception message.
public ValidationException(java.lang.String message,
OnFailResult result)
| Method Detail |
|---|
public OnFailResult getOnFailResult()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||