okapi.tools
Class OkapiToolFatalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by okapi.tools.OkapiToolException
              extended by okapi.tools.OkapiToolFatalException
All Implemented Interfaces:
java.io.Serializable

public class OkapiToolFatalException
extends OkapiToolException

Class OkapiToolFatalException provides an exception for use in the tools, when an error from which there is no recovery possible has occurred.

Version:
$Revision: 31044 $, $Date: 2008-09-02 17:08:01 -0400 (Tue, 02 Sep 2008) $
Author:
MIT Stellar team
See Also:
Serialized Form

Constructor Summary
OkapiToolFatalException(OkapiToolErrorList errors)
          Creates a new ToolFatalException with error.toString() as the error message.
OkapiToolFatalException(java.lang.String s)
          Creates a new ToolFatalException with s as the error message.
 
Method Summary
 
Methods inherited from class okapi.tools.OkapiToolException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OkapiToolFatalException

public OkapiToolFatalException(java.lang.String s)
Creates a new ToolFatalException with s as the error message. S should be well formed xml.


OkapiToolFatalException

public OkapiToolFatalException(OkapiToolErrorList errors)
Creates a new ToolFatalException with error.toString() as the error message.



Copyright ? 2001-2009 MIT. All Rights Reserved.