|
|||||||||
| 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.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.riotfamily.riot.dao.RiotDaoException
org.riotfamily.riot.dao.InvalidPropertyValueException
public class InvalidPropertyValueException
Exception that can be thrown by a RiotDao to indicate that a property contains an invalid value. This allows the DAO layer to perform validation checks upon save or update operations.
| Constructor Summary | |
|---|---|
InvalidPropertyValueException(String field,
String code,
Object[] arguments,
String msg)
|
|
InvalidPropertyValueException(String field,
String code,
Object[] arguments,
String msg,
Throwable cause)
|
|
InvalidPropertyValueException(String field,
String code,
String msg)
|
|
| Method Summary | |
|---|---|
String |
getField()
|
| Methods inherited from class org.riotfamily.riot.dao.RiotDaoException |
|---|
getArguments, getCode, getCodes, getDefaultMessage |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 InvalidPropertyValueException(String field,
String code,
String msg)
public InvalidPropertyValueException(String field,
String code,
Object[] arguments,
String msg)
public InvalidPropertyValueException(String field,
String code,
Object[] arguments,
String msg,
Throwable cause)
| Method Detail |
|---|
public String getField()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||