|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
RuntimeException
IllegalArgumentException
MismatchedDimensionException
public class MismatchedDimensionException
Indicates that an operation cannot be completed properly because of a mismatch in the dimensions of object attributes.
Departure from OGC/ISO specification:
This exception is not part of the OGC specification.
| Constructor Summary | |
|---|---|
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. |
|
| 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 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||