Uses of Enum Class
org.eclipse.lemminx.uriresolver.InvalidURIException.InvalidURIError
Packages that use InvalidURIException.InvalidURIError
-
Uses of InvalidURIException.InvalidURIError in org.eclipse.lemminx.uriresolver
Methods in org.eclipse.lemminx.uriresolver that return InvalidURIException.InvalidURIErrorModifier and TypeMethodDescriptionInvalidURIException.getErrorCode()Returns the enum constant of this class with the specified name.static InvalidURIException.InvalidURIError[]InvalidURIException.InvalidURIError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.lemminx.uriresolver with parameters of type InvalidURIException.InvalidURIErrorModifierConstructorDescriptionInvalidURIException(String resourceURI, InvalidURIException.InvalidURIError errorCode, String... arguments) InvalidURIException(String resourceURI, InvalidURIException.InvalidURIError errorCode, Throwable cause)