com.connecterra.ale.api
Class InvalidURIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.connecterra.ale.api.ALEException
com.connecterra.ale.api.InvalidURIException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidURIException
- extends ALEException
This exception is thrown by the ALE API methods which take a URI
argument if the URI has an invalid format, refers to an
unimplemented scheme, has an invalid scheme-specific part, or is
otherwise unusable by the implementation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidURIException
public InvalidURIException()
InvalidURIException
public InvalidURIException(java.lang.String message)
InvalidURIException
public InvalidURIException(java.lang.String message,
java.lang.Throwable cause)
InvalidURIException
public InvalidURIException(java.lang.Throwable cause)