waba.lang
Class RuntimeException

java.lang.Object
  |
  +--waba.lang.Throwable
        |
        +--waba.lang.Exception
              |
              +--waba.lang.RuntimeException
Direct Known Subclasses:
ArithmeticException, ClassCastException, ClassNotFoundException, IllegalAccessException, IndexOutOfBoundsException, NoClassDefFoundError, NullPointerException, OutOfMemoryError

public class RuntimeException
extends Exception

General runtime exception class


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

RuntimeException

public RuntimeException()

RuntimeException

public RuntimeException(String msg)