EDU.cmu.cs.coral.cye
Class JCyeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--EDU.cmu.cs.coral.cye.JCyeException

public class JCyeException
extends java.lang.Exception

Signals that an execption of some sort has occured in a JCye object.

Copyright (c)2000 Tucker Balch

See Also:
Serialized Form

Constructor Summary
JCyeException()
          Constructs an JCyeException with no detail message.
JCyeException(java.lang.String msg)
          Constructs an FunctionApproximatorException with a specified detail message.
 
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

JCyeException

public JCyeException()
Constructs an JCyeException with no detail message.

JCyeException

public JCyeException(java.lang.String msg)
Constructs an FunctionApproximatorException with a specified detail message.
Parameters:
s - the detail message.