waba.lang
Class OutOfMemoryError

java.lang.Object
  |
  +--waba.lang.Throwable
        |
        +--waba.lang.Exception
              |
              +--waba.lang.RuntimeException
                    |
                    +--waba.lang.OutOfMemoryError

public class OutOfMemoryError
extends RuntimeException

Thrown when no more memory exists to continue the execution of the last requested operation.


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

OutOfMemoryError

public OutOfMemoryError()

OutOfMemoryError

public OutOfMemoryError(String msg)