|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
IllegalStateException
InvalidGridGeometryException
public class InvalidGridGeometryException
Thrown by GeneralGridGeometry
when a grid geometry is in an invalid state. For example
this exception is thrown when getGridRange()
is
invoked while the grid geometry were built with a null
GridRange
.
Constructor Summary | |
---|---|
InvalidGridGeometryException()
Constructs an exception with no detail message. |
|
InvalidGridGeometryException(String message)
Constructs an exception with the specified detail message. |
|
InvalidGridGeometryException(String message,
Throwable cause)
Constructs an exception with the specified detail message and 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 InvalidGridGeometryException()
public InvalidGridGeometryException(String message)
public InvalidGridGeometryException(String message, Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |