public class UnmodifiableGeometryException extends UnsupportedOperationException
setFoo(...)
method that raised this exception.
Whatever an unmodifiable geometry is immutable or not is implementation dependent.Constructor and Description |
---|
UnmodifiableGeometryException()
Creates an exception with no message.
|
UnmodifiableGeometryException(String message)
Creates an exception with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnmodifiableGeometryException()
public UnmodifiableGeometryException(String message)
message
- The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage()
method.Copyright © 1996–2019 Geotools. All rights reserved.