| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.UnsupportedOperationException org.geotools.util.UnsupportedImplementationException
UnsupportedImplementationException | public class UnsupportedImplementationException extends UnsupportedOperationException (Code) | | Throws when an operation can't use arbitrary implementation of an interface, and
a given instance doesn't meet the requirement. For example this exception may be
thrown when an operation requires a Geotools implementation of a
GeoAPI interface.
since: 2.0 version: $Id: UnsupportedImplementationException.java 22443 2006-10-27 20:47:22Z desruisseaux $ author: Martin Desruisseaux |
UnsupportedImplementationException | public UnsupportedImplementationException(String message)(Code) | | Constructs an exception with the specified detail message.
Parameters: message - The detail message. |
UnsupportedImplementationException | public UnsupportedImplementationException(Class classe)(Code) | | Constructs an exception with an error message formatted for the specified class.
Parameters: classe - The unexpected implementation class. |
UnsupportedImplementationException | public UnsupportedImplementationException(Class classe, Exception cause)(Code) | | Constructs an exception with an error message formatted for the specified class
and a cause.
Parameters: classe - The unexpected implementation class. Parameters: cause - The cause for the exception. |
|
|
|