Class CipPathFollowException
- 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
-
- com.automation_pros.odva.cip.exceptions.CipPathFollowException
-
- All Implemented Interfaces:
java.io.Serializable
public class CipPathFollowException extends CipPathDestException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description CipTree
last
int
nesting
PathSegment
reject
-
Fields inherited from class com.automation_pros.odva.cip.exceptions.CipPathDestException
DEFAULTMSG, ECODE
-
Fields inherited from class com.automation_pros.odva.cip.exceptions.CipException
CipSuccess, code, extra, sLogger
-
-
Constructor Summary
Constructors Constructor Description CipPathFollowException()
CipPathFollowException(java.util.List<PathSegment> path, CipTree last, PathSegment reject, int nesting)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class com.automation_pros.odva.cip.exceptions.CipPathDestException
makeMessage
-
Methods inherited from class com.automation_pros.odva.cip.exceptions.CipException
codesString, create, decode, getCode, getExtra, putException, registerHandler
-
-
-
-
Field Detail
-
last
public final CipTree last
-
reject
public final PathSegment reject
-
nesting
public final int nesting
-
-
Constructor Detail
-
CipPathFollowException
public CipPathFollowException()
-
CipPathFollowException
public CipPathFollowException(java.util.List<PathSegment> path, CipTree last, PathSegment reject, int nesting)
-
-