waba.lang
Class Throwable

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

public class Throwable
extends java.lang.Object

Base class of all Exceptions.


Constructor Summary
Throwable()
           
Throwable(String msg)
           
 
Method Summary
 String getMessage()
           
 void printStackTrace()
          Prints the stack trace to the SuperWaba debug console.
 void printStackTrace(Object o)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Throwable

public Throwable()

Throwable

public Throwable(String msg)
Method Detail

getMessage

public String getMessage()

toString

public String toString()
Overrides:
toString in class java.lang.Object

printStackTrace

public void printStackTrace()
Prints the stack trace to the SuperWaba debug console.

printStackTrace

public void printStackTrace(Object o)