edu.washington.cs.knowitall.nlp
Class ChunkerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.washington.cs.knowitall.nlp.NlpException
edu.washington.cs.knowitall.nlp.ChunkerException
- All Implemented Interfaces:
- Serializable
public class ChunkerException
- extends NlpException
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 |
ChunkerException
public ChunkerException(Exception cause)
ChunkerException
public ChunkerException(String message,
Exception cause)
ChunkerException
public ChunkerException(String message)
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.