org.aitools.programd.util
Class NoMatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.aitools.programd.util.NoMatchException
All Implemented Interfaces:
Serializable

public class NoMatchException
extends Exception

Indicates that no match was found in the Graphmaster .

See Also:
Serialized Form

Constructor Summary
NoMatchException(String pathToUse)
          Constructs a new NoMatchException for the given path.
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

NoMatchException

public NoMatchException(String pathToUse)
Constructs a new NoMatchException for the given path.

Parameters:
pathToUse - the path for which there was no match
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable
See Also:
Throwable.getMessage()