CLRA 0.1.2

com.clra.rowing
Class BoatingStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.clra.rowing.BoatingStateException
All Implemented Interfaces:
Serializable

public class BoatingStateException
extends Exception

Indicates a boating is in an inconsistent state, or that a boating operation is invoked in an inappropriate state

Version:
$Id: BoatingStateException.java,v 1.2 2002/02/18 18:03:50 rphall Exp $
Author:
Rick Hall
See Also:
Serialized Form

Constructor Summary
BoatingStateException()
           
BoatingStateException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoatingStateException

public BoatingStateException()

BoatingStateException

public BoatingStateException(String msg)

CLRA 0.1.2