Class CipNotEnoughException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.automation_pros.odva.cip.exceptions.CipException
-
- com.automation_pros.odva.cip.exceptions.CipNotEnoughException
-
- All Implemented Interfaces:
java.io.Serializable
public class CipNotEnoughException extends CipException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULTMSGstatic byteECODE-
Fields inherited from class com.automation_pros.odva.cip.exceptions.CipException
CipSuccess, code, extra, sLogger
-
-
Constructor Summary
Constructors Modifier Constructor Description CipNotEnoughException()CipNotEnoughException(byte code, short[] extra)CipNotEnoughException(int offset, CipPath location)CipNotEnoughException(int offset, CipPath location, java.lang.Throwable t)CipNotEnoughException(short[] extra)protectedCipNotEnoughException(short[] extra, boolean trace)Required constructor for CipException.registerHandler()CipNotEnoughException(short[] extra, java.lang.Throwable t)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static short[]encodeOffsetAndSegments(int offset, CipPath location)CipPathgetLocation()java.lang.StringgetMessage()intgetOffset()-
Methods inherited from class com.automation_pros.odva.cip.exceptions.CipException
codesString, create, decode, getCode, getExtra, putException, registerHandler
-
-
-
-
Field Detail
-
ECODE
public static final byte ECODE
- See Also:
- Constant Field Values
-
DEFAULTMSG
public static final java.lang.String DEFAULTMSG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CipNotEnoughException
protected CipNotEnoughException(short[] extra, boolean trace)Required constructor for CipException.registerHandler()- Parameters:
extra-trace-
-
CipNotEnoughException
public CipNotEnoughException()
-
CipNotEnoughException
public CipNotEnoughException(int offset, CipPath location)
-
CipNotEnoughException
public CipNotEnoughException(short[] extra)
-
CipNotEnoughException
public CipNotEnoughException(int offset, CipPath location, java.lang.Throwable t)
-
CipNotEnoughException
public CipNotEnoughException(short[] extra, java.lang.Throwable t)
-
CipNotEnoughException
public CipNotEnoughException(byte code, short[] extra)
-
-