public class ATException
extends java.lang.Exception
Constructor and Description |
---|
ATException(ResultCode code)
Constructs an instance of ATException.
|
Modifier and Type | Method and Description |
---|---|
ResultCode |
getCode()
Returns fault and motion results.
|
public ATException(ResultCode code)
code
- The ResultCode enumeration that represents the failure and the result of the operation.public ResultCode getCode()