|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException BoxBoundary.DimensionMismatchException
public class BoxBoundary.DimensionMismatchException
Indicates that box boundaries were set with mismatched dimensionality.
Constructor Summary | |
---|---|
BoxBoundary.DimensionMismatchException()
|
|
BoxBoundary.DimensionMismatchException(int nDim1,
int nDim2)
Constructor 2 (preferred) -- which dimensions didn't match |
Method Summary | |
---|---|
boolean |
areDimValidQ()
|
int |
getDim1()
|
int |
getDim2()
|
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 BoxBoundary.DimensionMismatchException()
public BoxBoundary.DimensionMismatchException(int nDim1, int nDim2)
Method Detail |
---|
public int getDim1()
public int getDim2()
public boolean areDimValidQ()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |