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 $
-
TXLayerException()
- Creates a TXLayerException
-
TXLayerException(String)
- Creates a TXLayerException with a detailed description.
-
toString()
- Convert to String
TXLayerException
public TXLayerException()
- Creates a TXLayerException
TXLayerException
public TXLayerException(String s)
- Creates a TXLayerException with a detailed description.
- Parameters:
- s - A detailed description
toString
public String toString()
- Convert to String
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index