public class DanglingReferenceException extends ImportValidationException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
Constructor and Description |
---|
DanglingReferenceException(RegistryObject ro,
java.lang.String reference,
java.lang.String context)
Constructs a new DanglingReferenceException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContext()
Returns a String indicating the context of the reference to the
non-existing object.
|
java.lang.String |
getReference()
Returns the key that caused this problem.
|
java.lang.String |
toString() |
getObject
public static final java.lang.String rcs_id
public DanglingReferenceException(RegistryObject ro, java.lang.String reference, java.lang.String context)
ro
- the object that cannot be imported.reference
- the key that cannot be resolved neither from the import set
nor by existing objects.context
- public java.lang.String getReference()
public java.lang.String getContext()
public java.lang.String toString()
toString
in class ImportValidationException