public class IncompatibleOperationException extends Exception
| Constructor and Description |
|---|
IncompatibleOperationException(String message,
String operationName)
Creates an exception with the specified message and operation name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationName()
Returns the invalid operation name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatibleOperationException(String message, String operationName)
message - The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.operationName - The invalid operation name.public String getOperationName()
Copyright © 1996–2019 Geotools. All rights reserved.