|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.altair.hwm.comm.loadsubmission.ecompute.HWMEComputeException
public class HWMEComputeException
Title: HWMEComputeException
Description: The exception class for E-Compute related APIs
* Company: Altair Engineering, Inc.
| Field Summary | |
|---|---|
static int |
ERROR_ATTACHUNKOWN
attachment is of unkown type |
static int |
ERROR_MISSINGELEM
The error codes that are generated by |
static int |
ERROR_UNKOWN
unkown error |
| Constructor Summary | |
|---|---|
HWMEComputeException(java.lang.String strDesc,
int nErrCode)
Constructor |
|
| Method Summary | |
|---|---|
int |
getErrorCode()
Get the error code return int The error code received from e-Compute |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static int ERROR_MISSINGELEM
public static int ERROR_ATTACHUNKOWN
public static int ERROR_UNKOWN
| Constructor Detail |
|---|
public HWMEComputeException(java.lang.String strDesc,
int nErrCode)
strDesc - The error descriptionnErrCode - The error code received from e-Compute| Method Detail |
|---|
public int getErrorCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||