org.riotfamily.riot.dao
Class InvalidPropertyValueException
java.lang.Object
java.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
- All Implemented Interfaces:
- Serializable, MessageSourceResolvable
- Direct Known Subclasses:
- DuplicatePathComponentException
public class InvalidPropertyValueException
- extends RiotDaoException
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.
- Since:
- 6.5
- Author:
- Carsten Woelk [cwoelk at neteye dot de]
- See Also:
- Serialized Form
InvalidPropertyValueException
public InvalidPropertyValueException(String field,
String code,
String msg)
InvalidPropertyValueException
public InvalidPropertyValueException(String field,
String code,
Object[] arguments,
String msg)
InvalidPropertyValueException
public InvalidPropertyValueException(String field,
String code,
Object[] arguments,
String msg,
Throwable cause)
getField
public String getField()