The Meta-Environment API

toolbus.exceptions
Class ToolBusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toolbus.exceptions.ToolBusException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ToolBusError, ToolBusExecutionException

public class ToolBusException
extends java.lang.Exception

Author:
paulk, Jul 29, 2002 ToolBusException: thrown when a user-related error-condition occurs.
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
ToolBusException(java.lang.String message)
          Constructor for ToolBusRunTimeException.
ToolBusException(java.lang.String message, java.lang.Throwable t)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ToolBusException

public ToolBusException(java.lang.String message)
Constructor for ToolBusRunTimeException.

Parameters:
arg0 -

ToolBusException

public ToolBusException(java.lang.String message,
                        java.lang.Throwable t)

The Meta-Environment API