All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class webwisdom.tango.TangoException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----webwisdom.tango.TangoException

public class TangoException
extends Exception
Thrown to indicate problems with the Tango system.


Constructor Index

 o TangoException()
 o TangoException(String)

Constructors

 o TangoException
 public TangoException()
 o TangoException
 public TangoException(String m)
Parameters:
m - detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index