|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xwiki.model.reference.InvalidEntityReferenceException
public class InvalidEntityReferenceException
Thrown when an Entity Reference isn't valid. For example a Document Reference having an Attachment Reference as parent is invalid.
| Constructor Summary | |
|---|---|
InvalidEntityReferenceException()
Create a new invalid entity reference exception. |
|
InvalidEntityReferenceException(String message)
Create a new invalid entity reference exception with a message. |
|
InvalidEntityReferenceException(String message,
Throwable throwable)
Create a new invalid entity reference exception with a message and a cause. |
|
InvalidEntityReferenceException(Throwable throwable)
Create a new invalid entity reference exception with a cause. |
|
| 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 |
|---|
public InvalidEntityReferenceException()
public InvalidEntityReferenceException(String message)
message - the message
public InvalidEntityReferenceException(String message,
Throwable throwable)
message - the messagethrowable - the causepublic InvalidEntityReferenceException(Throwable throwable)
throwable - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||