public class UnsupportedImplementationException extends UnsupportedOperationException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedImplementationException(String message)
message
- The detail message.public UnsupportedImplementationException(Class<?> classe)
classe
- The unexpected implementation class.Copyright © 1996–2019 Geotools. All rights reserved.