org.almacha.achamaze
Class AchaMazeBugError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.almacha.achamaze.AchaMazeError
              extended by org.almacha.achamaze.AchaMazeBugError
All Implemented Interfaces:
java.io.Serializable

public class AchaMazeBugError
extends AchaMazeError

This exception is for cases that cannot happen unless there is a bug in one of the AchaMaze classes, or some other strange situation (RAM problem, etc.).

Author:
Raphael Champeimont
See Also:
Serialized Form

Constructor Summary
AchaMazeBugError()
           
AchaMazeBugError(java.lang.String message)
           
 
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

AchaMazeBugError

public AchaMazeBugError()

AchaMazeBugError

public AchaMazeBugError(java.lang.String message)