waba.lang
Class Error

java.lang.Object
  |
  +--waba.lang.Throwable
        |
        +--waba.lang.Error

public class Error
extends Throwable

General Error class.


Constructor Summary
Error()
           
Error(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

Error

public Error()

Error

public Error(String msg)