Package org.eclipse.lemminx.uriresolver
Class InvalidURIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.lemminx.uriresolver.CacheResourceException
org.eclipse.lemminx.uriresolver.InvalidURIException
- All Implemented Interfaces:
Serializable
Invalid URI exception.
- Author:
- Fred Bricon
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInvalidURIException(String resourceURI, InvalidURIException.InvalidURIError errorCode, String... arguments) InvalidURIException(String resourceURI, InvalidURIException.InvalidURIError errorCode, Throwable cause) -
Method Summary
Methods inherited from class org.eclipse.lemminx.uriresolver.CacheResourceException
getResourceURI, isDTDMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidURIException
public InvalidURIException(String resourceURI, InvalidURIException.InvalidURIError errorCode, Throwable cause) -
InvalidURIException
public InvalidURIException(String resourceURI, InvalidURIException.InvalidURIError errorCode, String... arguments)
-
-
Method Details
-
getErrorCode
-