edu.gwu.champAlg
Class ChampAlgException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.gwu.champAlg.ChampAlgException
All Implemented Interfaces:
java.io.Serializable

public class ChampAlgException
extends java.lang.Exception

Various parts of the code throw this exception.

See Also:
Exception, Serialized Form

Constructor Summary
ChampAlgException()
           
ChampAlgException(java.lang.String error)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChampAlgException

public ChampAlgException(java.lang.String error)

ChampAlgException

public ChampAlgException()