类 CoE.CoEAccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.darra.ethercat.slave.CoE.CoEAccessDeniedException
- 所有已实现的接口:
Serializable
- 封闭类:
CoE
CoE 访问权限异常
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明CoEAccessDeniedException(int index, int subIndex, String entryName, boolean isReadOperation, int objAccess) -
方法概要
修饰符和类型方法说明static CoE.CoEAccessDeniedExceptioncreateWithCustomMessage(int index, int subIndex, String customMessage, boolean isReadOperation, int objAccess) 创建带自定义消息的异常 (对齐 C# CreateWithCustomMessage)
-
字段详细资料
-
Index
public final int Index -
SubIndex
public final int SubIndex -
EntryName
-
IsReadOperation
public final boolean IsReadOperation -
ObjAccess
public final int ObjAccess
-
-
构造器详细资料
-
CoEAccessDeniedException
public CoEAccessDeniedException(int index, int subIndex, String entryName, boolean isReadOperation, int objAccess)
-
-
方法详细资料
-
createWithCustomMessage
public static CoE.CoEAccessDeniedException createWithCustomMessage(int index, int subIndex, String customMessage, boolean isReadOperation, int objAccess) 创建带自定义消息的异常 (对齐 C# CreateWithCustomMessage)
-