|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
UnsupportedOperationException
UnsupportedImplementationException
public class UnsupportedImplementationException
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.
Constructor Summary | |
---|---|
UnsupportedImplementationException(Class<?> classe)
Constructs an exception with an error message formatted for the specified class. |
|
UnsupportedImplementationException(Class<?> classe,
Exception cause)
Constructs an exception with an error message formatted for the specified class and a cause. |
|
UnsupportedImplementationException(String message)
Constructs an exception with the specified detail message. |
Method Summary |
---|
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnsupportedImplementationException(String message)
message
- The detail message.public UnsupportedImplementationException(Class<?> classe)
classe
- The unexpected implementation class.public UnsupportedImplementationException(Class<?> classe, Exception cause)
classe
- The unexpected implementation class.cause
- The cause for the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |