AHA
Class AhaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--AHA.AhaException

public class AhaException
extends java.lang.Exception

AhaException is thrown by routines in the course package.

See Also:
Serialized Form

Constructor Summary
AhaException(java.lang.String s)
          This constructor just creates an exception with a given String as error message.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AhaException

public AhaException(java.lang.String s)
This constructor just creates an exception with a given String as error message.
Method Detail

toString

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