edu.washington.cs.knowitall.extractor
Class ExtractorException

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.ExtractorException
All Implemented Interfaces:
Serializable

public class ExtractorException
extends NlpException

An exception class for errors related to Extractor.

Author:
afader
See Also:
Serialized Form

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

ExtractorException

public ExtractorException(String message)

ExtractorException

public ExtractorException(String message,
                          Exception cause)

ExtractorException

public ExtractorException(Exception cause)


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