com.altair.hwm.comm.loadsubmission.ecompute
Class HWMEComputeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.altair.hwm.comm.loadsubmission.ecompute.HWMEComputeException
All Implemented Interfaces:
java.io.Serializable

public class HWMEComputeException
extends java.lang.Exception

Title: HWMEComputeException

Description: The exception class for E-Compute related APIs

* Company: Altair Engineering, Inc.

See Also:
Serialized Form

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

ERROR_MISSINGELEM

public static int ERROR_MISSINGELEM
The error codes that are generated by


ERROR_ATTACHUNKOWN

public static int ERROR_ATTACHUNKOWN
attachment is of unkown type


ERROR_UNKOWN

public static int ERROR_UNKOWN
unkown error

Constructor Detail

HWMEComputeException

public HWMEComputeException(java.lang.String strDesc,
                            int nErrCode)
Constructor

Parameters:
strDesc - The error description
nErrCode - The error code received from e-Compute
Method Detail

getErrorCode

public int getErrorCode()
Get the error code return int The error code received from e-Compute