|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.deegree_impl.model.pt.MismatchedDimensionException
Indicates that an operation cannot be completed properly because of a mismatch in the dimensions of object attributes.
Field Summary |
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
MismatchedDimensionException()
Creates new exception without detail message. |
|
MismatchedDimensionException(Dimensioned object1,
Dimensioned object2)
Construct an exception with a detail message stating that two objects don't have the same number of dimensions. |
|
MismatchedDimensionException(int dim1,
int dim2)
Construct an exception with a detail message stating that two objects don't have the same number of dimensions. |
|
MismatchedDimensionException(java.lang.String msg)
Constructs an exception with the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MismatchedDimensionException()
public MismatchedDimensionException(java.lang.String msg)
msg
- the detail message.public MismatchedDimensionException(Dimensioned object1, Dimensioned object2)
object1
- The first dimensioned object.object2
- The second dimensioned object. Its dimension
should be different than object1
's dimension,
otherwise there is no dimension mismatch!public MismatchedDimensionException(int dim1, int dim2)
dim1
- Number of dimensions for the first object.dim2
- Number of dimensions for the second object.
It shoud be different than dim1
,
otherwise there is no dimension mismatch!
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |