|
||||||||||
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 visad.VisADException visad.CoordinateSystemException
public class CoordinateSystemException
CoordinateSystemException is an exception for a bad VisAD CoordinateSystem.
Constructor Summary | |
---|---|
CoordinateSystemException()
construct a CoordinateSystemException with no message |
|
CoordinateSystemException(CoordinateSystem cs1,
CoordinateSystem cs2)
construct a CoordinateSystemException for unequal CoordinateSystems |
|
CoordinateSystemException(String s)
construct a CoordinateSystemException with given 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 CoordinateSystemException()
public CoordinateSystemException(String s)
s
- - message Stringpublic CoordinateSystemException(CoordinateSystem cs1, CoordinateSystem cs2)
cs1
- - first CoordinateSystemcs2
- - second CoordinateSystem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |