Class IllegalArgumentForPathExtensionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalArgumentForPathExtensionException
    extends java.lang.IllegalArgumentException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.api4.java.datastructure.graph.ILabeledPath<?,​?> getPath()  
      • 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
    • Constructor Detail

      • IllegalArgumentForPathExtensionException

        public IllegalArgumentForPathExtensionException​(java.lang.String message,
                                                        org.api4.java.datastructure.graph.ILabeledPath<?,​?> path)
    • Method Detail

      • getPath

        public org.api4.java.datastructure.graph.ILabeledPath<?,​?> getPath()