java.lang
Class InstantiationError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--java.lang.LinkageError
                    |
                    +--java.lang.IncompatibleClassChangeError
                          |
                          +--java.lang.InstantiationError
All Implemented Interfaces:
java.io.Serializable

public synchronized class InstantiationError
extends IncompatibleClassChangeError


Constructor Summary
InstantiationError()
           
InstantiationError(String)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, hashCode
 

Constructor Detail

InstantiationError

public InstantiationError()

InstantiationError

public InstantiationError(String)