waba.lang
Class Exception

java.lang.Object
  |
  +--waba.lang.Throwable
        |
        +--waba.lang.Exception
Direct Known Subclasses:
InstantiationException, RuntimeException

public class Exception
extends Throwable

General exception class.


Constructor Summary
Exception()
           
Exception(String msg)
           
 
Methods inherited from class waba.lang.Throwable
getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Exception

public Exception()

Exception

public Exception(String msg)