|
||||||||||
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 edu.wisc.ssec.mcidas.McIDASException edu.wisc.ssec.mcidas.adde.AddeException
public class AddeException
AddeException
class is to handle exceptions when dealing
with ADDE access to data. More general than AddeURLException
.
Constructor Summary | |
---|---|
AddeException()
Constructs an AddeException with no specified detail message. |
|
AddeException(int errorCode)
Constructs an AddeException with an ADDE error code in place of a
detail message. |
|
AddeException(int errorCode,
String message)
Constructs an AddeException with an ADDE error code and a detail
message. |
|
AddeException(String message)
Constructs an AddeException with the specified detail message. |
Method Summary | |
---|---|
int |
getAddeErrorCode()
Returns the ADDE error code associated with this exception. |
boolean |
hasAddeErrorCode()
Determine whether or not an error code has been provided for this exception. |
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 AddeException()
public AddeException(String message)
message
- The detail message.public AddeException(int errorCode)
AddeException
with an ADDE error code in place of a
detail message.
errorCode
- ADDE error code.public AddeException(int errorCode, String message)
AddeException
with an ADDE error code and a detail
message.
errorCode
- ADDE error code;message
- Detail message.Method Detail |
---|
public int getAddeErrorCode()
hasAddeErrorCode()
.
public boolean hasAddeErrorCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |