Textractor API textractor-720 (20091120123250)

textractor
Class TextractorRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by textractor.TextractorRuntimeException
All Implemented Interfaces:
Serializable

public final class TextractorRuntimeException
extends RuntimeException

Used to indicate a problem during Textractor execution.

See Also:
Serialized Form

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

TextractorRuntimeException

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


TextractorRuntimeException

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

Parameters:
message - The detail message.

TextractorRuntimeException

public TextractorRuntimeException(Throwable cause)
Constructs a new runtime exception with the specified cause and null as its detail message.. This constructor is useful for runtime 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.)

TextractorRuntimeException

public TextractorRuntimeException(String message,
                                  Throwable cause)
Constructs a new runtime 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.