Uses of Class
org.eclipse.lemminx.uriresolver.InvalidURIException.InvalidURIError
-
Packages that use InvalidURIException.InvalidURIError Package Description org.eclipse.lemminx.uriresolver -
-
Uses of InvalidURIException.InvalidURIError in org.eclipse.lemminx.uriresolver
Methods in org.eclipse.lemminx.uriresolver that return InvalidURIException.InvalidURIError Modifier and Type Method Description InvalidURIException.InvalidURIErrorInvalidURIException. getErrorCode()static InvalidURIException.InvalidURIErrorInvalidURIException.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.Constructors in org.eclipse.lemminx.uriresolver with parameters of type InvalidURIException.InvalidURIError Constructor Description InvalidURIException(String resourceURI, InvalidURIException.InvalidURIError errorCode, String... arguments)InvalidURIException(String resourceURI, InvalidURIException.InvalidURIError errorCode, Throwable cause)
-