textbender._
Class TextbenderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by TextbenderException
All Implemented Interfaces:
Serializable

public class TextbenderException
extends Exception

Thrown when a textbender-specific exception occurs.

See Also:
Serialized Form

Constructor Summary
TextbenderException()
           
TextbenderException(String message)
           
TextbenderException(String message, Throwable cause)
           
TextbenderException(Throwable 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

TextbenderException

public TextbenderException()

TextbenderException

public TextbenderException(Throwable cause)

TextbenderException

public TextbenderException(String message)

TextbenderException

public TextbenderException(String message,
                           Throwable cause)