waba.lang
Class NoClassDefFoundError

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

public class NoClassDefFoundError
extends RuntimeException

Thrown when a class definition was not found.


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

NoClassDefFoundError

public NoClassDefFoundError()

NoClassDefFoundError

public NoClassDefFoundError(String msg)