public final class CanOpenErrorsTable extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getCommErrorNameByCode(String aCode)
Return the name of a communication error code given as a parameter in reading in the
communication error table.
|
static String |
getDeviceErrorNameByCode(String aCode)
Return the name of an error code given as a parameter in reading in the
error codes table.
|
static String |
getErrorRegisterNameByCode(String aCode)
Return the name of an error register given as a parameter in reading in the
error register table.
|
static void |
loadCommunicationErrorTable()
Load the property file for the communication errors.
|
static void |
loadDeviceErrorTable()
Load the property file of the device error codes.
|
static void |
loadErrorRegisterTable()
Loader the property file for the error register table.
|
public static void loadDeviceErrorTable()
DeploymentExceptionpublic static void loadErrorRegisterTable()
DeploymentExceptionpublic static void loadCommunicationErrorTable()
DeploymentExceptionpublic static String getDeviceErrorNameByCode(String aCode)
aCode - error in hexapublic static String getErrorRegisterNameByCode(String aCode)
aCode - error register in hexaCopyright © 2017 LSST. All rights reserved.