org.codehaus.jet.hypothesis
Class RejectionValueEstimateFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.jet.hypothesis.RejectionValueEstimateFailedException
All Implemented Interfaces:
java.io.Serializable

public class RejectionValueEstimateFailedException
extends java.lang.RuntimeException

Exception thrown when a rejection value estimate fails

Author:
Mauro Talevi
See Also:
Serialized Form

Constructor Summary
RejectionValueEstimateFailedException(java.lang.String message, java.lang.Throwable cause)
          Creates a RejectionValueEstimateFailedException with message and cause
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RejectionValueEstimateFailedException

public RejectionValueEstimateFailedException(java.lang.String message,
                                             java.lang.Throwable cause)
Creates a RejectionValueEstimateFailedException with message and cause

Parameters:
message - the message String
cause - the Throwable which caused the exception


Copyright © 2006-2007. All Rights Reserved.