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:
- Serializable
public class InvalidEntityReferenceException
- extends 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 |
InvalidEntityReferenceException
public InvalidEntityReferenceException()
InvalidEntityReferenceException
public InvalidEntityReferenceException(String message)
InvalidEntityReferenceException
public InvalidEntityReferenceException(String message,
Throwable throwable)
InvalidEntityReferenceException
public InvalidEntityReferenceException(Throwable throwable)
Copyright © 2004-2011 XWiki. All Rights Reserved.