org.nodal.nav
Class Path.Failure

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nodal.nav.Path.Failure
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Path

public static class Path.Failure
extends java.lang.Exception

Class that signals a Path construction error.

See Also:
Serialized Form

Constructor Summary
Path.Failure(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

Path.Failure

public Path.Failure(java.lang.String s)