public class InvalidReferenceException extends ImportValidationException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
Constructor and Description |
---|
InvalidReferenceException(RegistryObject ro,
RegistryObject invalidObject)
Constructs a new InvalidReferenceException.
|
Modifier and Type | Method and Description |
---|---|
RegistryObject |
getInvalidObject()
Return the object that causes the current problem, which is the
object from the import set that was found to be invalid.
|
java.lang.String |
toString() |
getObject
public static final java.lang.String rcs_id
public InvalidReferenceException(RegistryObject ro, RegistryObject invalidObject)
ro
- the object that cannot be importedinvalidObject
- the invalidObject that causes the failure of importing ropublic RegistryObject getInvalidObject()
public java.lang.String toString()
toString
in class ImportValidationException