edu.washington.cs.knowitall.nlp
Class NlpException

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

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

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.