public class UnmodifiableGeometryException extends UnsupportedOperationException
setFoo(...)
method that
raised this exception. Whatever an unmodifiable geometry is immutable or not is
implementation dependent.Defined in the sis-referencing
module
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 © 2010–2017 The Apache Software Foundation. All rights reserved.