public class MismatchedDatumException extends IllegalArgumentException
DefaultConversion
construction time,
for the reasons explained in its constructor.
However SIS is stricter at Derived CRS
construction time.MismatchedReferenceSystemException
,
MismatchedDimensionException
,
MismatchedMatrixSizeException
,
Serialized FormDefined in the sis-referencing
module
Constructor and Description |
---|
MismatchedDatumException()
Constructs a new exception with no message.
|
MismatchedDatumException(String message)
Constructs a new exception with the specified detail message.
|
MismatchedDatumException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MismatchedDatumException()
public MismatchedDatumException(String message)
message
- The detail message, or null
if none.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.