Package | Description |
---|---|
org.eclipse.lemminx.uriresolver |
Modifier and Type | Method and Description |
---|---|
InvalidURIException.InvalidURIError |
InvalidURIException.getErrorCode() |
static InvalidURIException.InvalidURIError |
InvalidURIException.InvalidURIError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvalidURIException.InvalidURIError[] |
InvalidURIException.InvalidURIError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
InvalidURIException(String resourceURI,
InvalidURIException.InvalidURIError errorCode,
String... arguments) |
InvalidURIException(String resourceURI,
InvalidURIException.InvalidURIError errorCode,
Throwable cause) |
Copyright © 2022. All rights reserved.