org.xwiki.model.reference
Class InvalidEntityReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
InvalidEntityReferenceException()
           
InvalidEntityReferenceException(String message)
           
InvalidEntityReferenceException(String message, Throwable throwable)
           
InvalidEntityReferenceException(Throwable throwable)
           
 
Method Summary
 
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
 

Constructor Detail

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.