edu.washington.cs.knowitall.nlp
Class NlpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.washington.cs.knowitall.nlp.NlpException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ChunkerException, ConfidenceFunctionException, ExtractorException
public class NlpException
- extends RuntimeException
An exception class used for handling errors related to layered sequences.
- Author:
- afader
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NlpException
public NlpException(Exception cause)
NlpException
public NlpException(String message,
Exception cause)
NlpException
public NlpException(String message)
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.