edu.washington.cs.knowitall.extractor
Class ExtractorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.washington.cs.knowitall.nlp.NlpException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.