public class CannotScaleException extends CoverageProcessingException
Constructor and Description |
---|
CannotScaleException()
Creates a new exception without detail message.
|
CannotScaleException(String message)
Constructs a new exception with the specified detail message.
|
CannotScaleException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
CannotScaleException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotScaleException()
public CannotScaleException(String message)
message
- the detail message.public CannotScaleException(Throwable cause)
cause
- The cause of this exception.Copyright © 1996–2019 Geotools. All rights reserved.