waba.lang
Class InstantiationException

java.lang.Object
  |
  +--waba.lang.Throwable
        |
        +--waba.lang.Exception
              |
              +--waba.lang.InstantiationException

public class InstantiationException
extends Exception

Thrown when a abstract class or an interface is trying to be Class.newInstance'd.


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

InstantiationException

public InstantiationException()

InstantiationException

public InstantiationException(String msg)