public class MismatchedMatrixSizeException extends MismatchedDimensionException
MismatchedDimensionException
because the matrices in this package
are used in Coordinate Operation Steps, in which case a mismatched matrix size means
that the operation involves two Coordinate Reference Systems of incompatible dimensions.MismatchedDatumException
,
Serialized FormDefined in the sis-referencing
module
Constructor and Description |
---|
MismatchedMatrixSizeException()
Constructs a new exception with no message.
|
MismatchedMatrixSizeException(String message)
Constructs a new exception with the specified detail message.
|
MismatchedMatrixSizeException(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 MismatchedMatrixSizeException()
public MismatchedMatrixSizeException(String message)
message
- the detail message, or null
if none.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.