Class PathFragmentException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected CipPath path  
      protected java.io.StreamTokenizer unParsed  
    • 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()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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()