Interface IDtoDanglingReferenceError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoDanglingReferenceError
The {refType} with reference {reference} referenced in {path} could not be found.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetPath()The path where the object is referenced.The id (or other kind of reference) of a non existing object.The type of the referenced object.getType()Type of this object.voidsetMessage(String message) voidThe path where the object is referenced.voidsetReference(String reference) The id (or other kind of reference) of a non existing object.voidsetRefType(String refType) The type of the referenced object.
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError
-
getMessage
String getMessage()- Specified by:
getMessagein interfaceIDtoAbstractError
-
setMessage
- Specified by:
setMessagein interfaceIDtoAbstractError
-
getReference
String getReference()The id (or other kind of reference) of a non existing object. -
setReference
The id (or other kind of reference) of a non existing object. -
getRefType
String getRefType()The type of the referenced object. -
setRefType
The type of the referenced object. -
getPath
String getPath()The path where the object is referenced. -
setPath
The path where the object is referenced.
-