|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
CoverageProcessingException
CannotScaleException
public class CannotScaleException
Throws when a "scale" operation has been requested but the specified grid coverage can't be scaled.
modules/library/coverage (gt-coverage.jar)
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CannotScaleException()
public CannotScaleException(String message)
message
- the detail message.public CannotScaleException(Throwable cause)
cause
- The cause of this exception.public CannotScaleException(String message, Throwable cause)
message
- the detail message.cause
- The cause of this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |