public final class UnsupportedMessageException extends InteropException
TruffleObject does not support a interop message. If this
exception is thrown then the receiver does not support the message at all and it is not supported
for any arguments given to the message.| Modifier and Type | Method and Description |
|---|---|
static UnsupportedMessageException |
create()
Creates an
UnsupportedMessageException to indicate that an interop message is not supported. |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getMessage()
getMessage in class Throwablepublic static UnsupportedMessageException create()
UnsupportedMessageException to indicate that an interop message is not supported.