edu.washington.cs.knowitall.extractor.conf
Class ConfidenceFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.washington.cs.knowitall.nlp.NlpException
                  extended by edu.washington.cs.knowitall.extractor.conf.ConfidenceFunctionException
All Implemented Interfaces:
Serializable

public class ConfidenceFunctionException
extends NlpException

See Also:
Serialized Form

Constructor Summary
ConfidenceFunctionException(Exception cause)
           
ConfidenceFunctionException(String message, Exception 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

ConfidenceFunctionException

public ConfidenceFunctionException(Exception cause)

ConfidenceFunctionException

public ConfidenceFunctionException(String message,
                                   Exception cause)


Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.