|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ControllerBootErrorReason>
com.kuka.roboticsAPI.controllerModel.ControllerBootErrorReason
public enum ControllerBootErrorReason
The reason for controller boot errors and warnings.
| Enum Constant Summary | |
|---|---|
None
No Error / Warning. |
|
SunriseCommunicationFormatError
The communication format between sunrise and robotics API is invalid. |
|
SunriseCompoundsFailed
Sunrise compounds failed. |
|
SunriseConnectionRefused
Connection to sunrise was refused by sunrise. |
|
SunriseConnectionTimeout
Timeout when connecting to sunrise. |
|
SunriseStateQueryFailed
Exception while querying the sunrise state. |
|
SystemModulesFailed
System Manager modules failed. |
|
SystemStateQueryFailed
Exception while querying the system manager state. |
|
UnexpectedExceptionWhileInitialization
Unexpected exception when initializing controller. |
|
Unknown
Reason is unknown. |
|
| Method Summary | |
|---|---|
boolean |
isSendDetails()
Get the value indicating whether the details will be send. |
static ControllerBootErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ControllerBootErrorReason[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ControllerBootErrorReason None
public static final ControllerBootErrorReason SunriseConnectionRefused
public static final ControllerBootErrorReason SunriseCommunicationFormatError
public static final ControllerBootErrorReason SunriseConnectionTimeout
public static final ControllerBootErrorReason UnexpectedExceptionWhileInitialization
public static final ControllerBootErrorReason SunriseStateQueryFailed
public static final ControllerBootErrorReason SunriseCompoundsFailed
public static final ControllerBootErrorReason SystemStateQueryFailed
public static final ControllerBootErrorReason SystemModulesFailed
public static final ControllerBootErrorReason Unknown
| Method Detail |
|---|
public static ControllerBootErrorReason[] values()
for (ControllerBootErrorReason c : ControllerBootErrorReason.values()) System.out.println(c);
public static ControllerBootErrorReason valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic boolean isSendDetails()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||