org.riotfamily.pages.dao
Class DuplicatePathComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.riotfamily.riot.dao.RiotDaoException
                          extended by org.riotfamily.riot.dao.InvalidPropertyValueException
                              extended by org.riotfamily.pages.dao.DuplicatePathComponentException
All Implemented Interfaces:
Serializable, MessageSourceResolvable

public class DuplicatePathComponentException
extends InvalidPropertyValueException

Since:
6.5
Author:
Carsten Woelk [cwoelk at neteye dot de]
See Also:
Serialized Form

Constructor Summary
DuplicatePathComponentException(String errorCode, Page page)
           
DuplicatePathComponentException(String errorCode, String value)
           
 
Method Summary
 Page getPage()
           
 
Methods inherited from class org.riotfamily.riot.dao.InvalidPropertyValueException
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

DuplicatePathComponentException

public DuplicatePathComponentException(String errorCode,
                                       Page page)

DuplicatePathComponentException

public DuplicatePathComponentException(String errorCode,
                                       String value)
Method Detail

getPage

public Page getPage()