org.xwiki.model.reference
Class InvalidEntityReferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xwiki.model.reference.InvalidEntityReferenceException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidEntityReferenceException
- extends java.lang.RuntimeException
Thrown when an Entity Reference isn't valid. For example a Document Reference having an Attachment Reference as
parent is invalid.
- Since:
- 2.2M1
- Version:
- $Id$
- See Also:
- Serialized Form
| 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 |
InvalidEntityReferenceException
public InvalidEntityReferenceException()
InvalidEntityReferenceException
public InvalidEntityReferenceException(java.lang.String message)
InvalidEntityReferenceException
public InvalidEntityReferenceException(java.lang.String message,
java.lang.Throwable throwable)
InvalidEntityReferenceException
public InvalidEntityReferenceException(java.lang.Throwable throwable)
Copyright © 2004-2011 XWiki. All Rights Reserved.