|
||||||||||
| 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.springframework.batch.item.ItemReaderException
org.springframework.batch.item.validator.ValidationException
public class ValidationException
This exception should be thrown when there are validation errors.
| Constructor Summary | |
|---|---|
ValidationException(java.lang.String message)
Create a new ValidationException based on a message. |
|
ValidationException(java.lang.String message,
java.lang.Throwable cause)
Create a new ValidationException based on a message and another exception. |
|
| 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(java.lang.String message,
java.lang.Throwable cause)
ValidationException based on a message and another exception.
message - the message for this exceptioncause - the other exceptionpublic ValidationException(java.lang.String message)
ValidationException based on a message.
message - the message for this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||