public final class UnknownIdentifierException extends InteropException
UnknownIdentifierException.getUnknownIdentifier(),
InteropLibrary,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
static UnknownIdentifierException |
create(String unknownIdentifier)
Creates an
UnknownIdentifierException to indicate that an identifier is missing. |
String |
getMessage() |
String |
getUnknownIdentifier()
Returns the identifier that could not be accessed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getMessage()
getMessage in class Throwablepublic String getUnknownIdentifier()
public static UnknownIdentifierException create(String unknownIdentifier)
UnknownIdentifierException to indicate that an identifier is missing.unknownIdentifier - the identifier that could not be accessed