public class UnsupportedBuiltinError extends UnsupportedElementError
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT
The element.
|
| Constructor and Description |
|---|
UnsupportedBuiltinError()
Constructs a new UnsupportedBuiltinError with the default
detail message.
|
UnsupportedBuiltinError(java.lang.String message)
Constructs a new UnsupportedBuiltinError with the specified
detail message.
|
UnsupportedBuiltinError(java.lang.String message,
java.lang.Throwable cause)
Constructs a new UnsupportedBuiltinError with the specified
cause and the specified detail message.
|
UnsupportedBuiltinError(java.lang.Throwable cause)
Constructs a new UnsupportedBuiltinError with the specified
cause and the default detail message.
|
getElement, getEventTypegetMessage, isTypepublic static final java.lang.String ELEMENT
public UnsupportedBuiltinError()
public UnsupportedBuiltinError(java.lang.Throwable cause)
cause - The cause.public UnsupportedBuiltinError(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - The cause.public UnsupportedBuiltinError(java.lang.String message)
message - the detail message