public class MismatchedDimensionException extends IllegalArgumentException
| Constructor and Description |
|---|
MismatchedDimensionException()
Creates an exception with no message.
|
MismatchedDimensionException(String message)
Creates an exception with the specified message.
|
MismatchedDimensionException(String message,
Throwable cause)
Creates an exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MismatchedDimensionException()
public MismatchedDimensionException(String message)
message - The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.public MismatchedDimensionException(String message, Throwable cause)
message - The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.cause - The cause.Copyright © 1996–2019 Geotools. All rights reserved.