dLife Home Page

dlife.robot.player
Class NoMatchingSonarInterfaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dlife.robot.player.NoMatchingSonarInterfaceException
All Implemented Interfaces:
Serializable

public class NoMatchingSonarInterfaceException
extends RuntimeException

Exception that is thrown when attempting to find a Sonar interface from Player based on the number of sensors in the Sonar array.

Version:
Feb. 15, 2010
Author:
Russell Toris, Dickinson College
See Also:
Serialized Form

Constructor Summary
NoMatchingSonarInterfaceException(String msg)
          Create a new NoMatchingSonarInterfaceException.
 
Method Summary
 
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

NoMatchingSonarInterfaceException

public NoMatchingSonarInterfaceException(String msg)
Create a new NoMatchingSonarInterfaceException.

Parameters:
msg - the exception message

dLife Home Page