CLRA 0.1.2

com.clra.rowing
Class RowingException

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

public class RowingException
extends Exception

Indicates a violation of business rules related to the rowing package.

Note that an invalid transistion within a entity state diagram is indicated by an entity-specific exception, such as BoatingStateException or RowingSessionStateException.

Version:
$Id: RowingException.java,v 1.2 2002/02/18 18:04:52 rphall Exp $
Author:
Rick Hall
See Also:
Serialized Form

Constructor Summary
RowingException()
           
RowingException(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

RowingException

public RowingException()

RowingException

public RowingException(String msg)

CLRA 0.1.2