| 
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
| 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.model.csct.pt.MismatchedDimensionException
public class MismatchedDimensionException
Indicates that an operation cannot be completed properly because of a mismatch in the dimensions of object attributes.
| 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(String msg)
Constructs an exception with the specified detail message.  | 
|
| Method Summary | 
|---|
| 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(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!
  | 
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net