Textractor API textractor-720 (20091120123250)

textractor
Class TextractorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by textractor.TextractorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SentenceProcessingException, TextractorDatabaseException

public class TextractorException
extends Exception

Indicates a condition in the textractor processing pipeline that a reasonable application might want to catch.

See Also:
Serialized Form

Constructor Summary
TextractorException()
          Constructs a new exception with null as its detail message.
TextractorException(String message)
          Constructs a new exception with the specified detail message.
TextractorException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
TextractorException(Throwable cause)
          Constructs a new exception with the specified cause and null as its detail message..
 
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

TextractorException

public TextractorException()
Constructs a new exception with null as its detail message.


TextractorException

public TextractorException(String message)
Constructs a new exception with the specified detail message.

Parameters:
message - The detail message.

TextractorException

public TextractorException(Throwable cause)
Constructs a new exception with the specified cause and null as its detail message.. This constructor is useful for exceptions that are little more than wrappers for other throwables.

Parameters:
cause - The cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

TextractorException

public TextractorException(String message,
                           Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - The detail message.
cause - The cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

Textractor API textractor-720 (20091120123250)

Copyright © 2003-2008 Institute for Computational Biomedicine, All Rights Reserved.