Class PathFragmentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.automation_pros.odva.cip.exceptions.PathParseException
-
- com.automation_pros.odva.cip.exceptions.PathFragmentException
-
- All Implemented Interfaces:
java.io.Serializable
public class PathFragmentException extends PathParseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathFragmentException(java.lang.String msg, CipPath path, java.io.StreamTokenizer st)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CipPath
getPath()
java.io.StreamTokenizer
getUnParsed()
-
-
-
Field Detail
-
path
protected final CipPath path
-
unParsed
protected final java.io.StreamTokenizer unParsed
-
-
Constructor Detail
-
PathFragmentException
public PathFragmentException(java.lang.String msg, CipPath path, java.io.StreamTokenizer st)
-
-
Method Detail
-
getPath
public CipPath getPath()
-
getUnParsed
public java.io.StreamTokenizer getUnParsed()
-
-