edu.washington.cs.knowitall.nlp
Class ChunkerException

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.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

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

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.