org.aitools.programd.util
Class NoMatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
NoMatchException
public NoMatchException(String pathToUse)
- Constructs a new NoMatchException for the given path.
- Parameters:
pathToUse - the path for which there was no match
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
- See Also:
Throwable.getMessage()