Class CipPathDestException
- 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.CipPathDestException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CipPathFollowException
public class CipPathDestException 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 CipPathDestException()CipPathDestException(byte code, short[] extra)CipPathDestException(short[] extra)protectedCipPathDestException(short[] extra, boolean trace)Required constructor for CipException.registerHandler()CipPathDestException(short[] extra, java.lang.String msg)CipPathDestException(short[] extra, java.lang.String msg, java.lang.Throwable reason)CipPathDestException(short[] extra, java.util.List<PathSegment> path)CipPathDestException(short[] extra, java.util.List<PathSegment> path, java.lang.Throwable reason)CipPathDestException(java.lang.String msg)CipPathDestException(java.lang.String msg, java.lang.Throwable reason)CipPathDestException(java.util.List<PathSegment> path)CipPathDestException(java.util.List<PathSegment> path, java.lang.Throwable reason)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static java.lang.StringmakeMessage(java.util.List<PathSegment> path)-
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
-
CipPathDestException
protected CipPathDestException(short[] extra, boolean trace)Required constructor for CipException.registerHandler()- Parameters:
extra-trace-
-
CipPathDestException
public CipPathDestException(java.util.List<PathSegment> path)
-
CipPathDestException
public CipPathDestException(java.util.List<PathSegment> path, java.lang.Throwable reason)
-
CipPathDestException
public CipPathDestException(short[] extra, java.util.List<PathSegment> path)
-
CipPathDestException
public CipPathDestException(short[] extra, java.util.List<PathSegment> path, java.lang.Throwable reason)
-
CipPathDestException
public CipPathDestException(short[] extra, java.lang.String msg)
-
CipPathDestException
public CipPathDestException(short[] extra, java.lang.String msg, java.lang.Throwable reason)
-
CipPathDestException
public CipPathDestException(short[] extra)
-
CipPathDestException
public CipPathDestException()
-
CipPathDestException
public CipPathDestException(java.lang.String msg)
-
CipPathDestException
public CipPathDestException(java.lang.String msg, java.lang.Throwable reason)
-
CipPathDestException
public CipPathDestException(byte code, short[] extra)
-
-
Method Detail
-
makeMessage
protected static java.lang.String makeMessage(java.util.List<PathSegment> path)
-
-