org.annolab.tt4j
Class TreeTaggerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.annolab.tt4j.TreeTaggerException
All Implemented Interfaces:
java.io.Serializable

public class TreeTaggerException
extends java.lang.Exception

Exception throw if an error occurs while tagging is in process.

Author:
Richard Eckart de Castilho
See Also:
Serialized Form

Constructor Summary
TreeTaggerException(java.lang.String aMessage)
          New exception.
TreeTaggerException(java.lang.String aMessage, java.lang.Throwable aCause)
          New exception.
TreeTaggerException(java.lang.Throwable aCause)
          New exception.
 
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

TreeTaggerException

public TreeTaggerException(java.lang.String aMessage)
New exception.

Parameters:
aMessage - a message.

TreeTaggerException

public TreeTaggerException(java.lang.Throwable aCause)
New exception.

Parameters:
aCause - a causing exception.

TreeTaggerException

public TreeTaggerException(java.lang.String aMessage,
                           java.lang.Throwable aCause)
New exception.

Parameters:
aMessage - a message.
aCause - a causing exception.


Copyright © 2012. All Rights Reserved.