org.alicebot.server.core.util
Class NoMatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.alicebot.server.core.util.NoMatchException
All Implemented Interfaces:
java.io.Serializable

public class NoMatchException
extends java.lang.Exception

Indicates that no match was found in the Graphmaster.

See Also:
Serialized Form

Constructor Summary
NoMatchException(java.lang.String path)
          Constructs a new NoMatchException for the given path.
 
Method Summary
 java.lang.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(java.lang.String path)
Constructs a new NoMatchException for the given path.

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

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable