All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.exception.TXLayerException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.txlayer.exception.TXLayerException

public class TXLayerException
extends Exception
This class provides txlayer Exceptions Should be extended for more specific exceptions.

Version:
$Revision: 1.4 $ $Date: 1998/05/04 11:27:32 $

Constructor Index

 o TXLayerException()
Creates a TXLayerException
 o TXLayerException(String)
Creates a TXLayerException with a detailed description.

Method Index

 o toString()
Convert to String

Constructors

 o TXLayerException
 public TXLayerException()
Creates a TXLayerException

 o TXLayerException
 public TXLayerException(String s)
Creates a TXLayerException with a detailed description.

Parameters:
s - A detailed description

Methods

 o toString
 public String toString()
Convert to String

Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index