com.dyuproject.web.rest
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.dyuproject.web.rest.ValidationException
- All Implemented Interfaces:
- Serializable
public final class ValidationException
- extends IllegalArgumentException
An exception that is thrown when validation of request content fails.
- Author:
- David Yu
- See Also:
- Serialized Form
- Date created:
- Feb 25, 2009
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValidationException
public ValidationException(String message,
String field)
ValidationException
public ValidationException(String message,
String field,
Object pojo)
getField
public String getField()
getPojo
public Object getPojo()
Copyright © 2008-2013. All Rights Reserved.