java.lang
Class InstantiationError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjava.lang.LinkageError
              extended byjava.lang.IncompatibleClassChangeError
                  extended byjava.lang.InstantiationError

public class InstantiationError
extends IncompatibleClassChangeError


Constructor Summary
InstantiationError()
           
InstantiationError(String message)
           
InstantiationError(String message, Throwable cause)
           
InstantiationError(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

InstantiationError

public InstantiationError(String message)

InstantiationError

public InstantiationError()

InstantiationError

public InstantiationError(Throwable cause)

InstantiationError

public InstantiationError(String message,
                          Throwable cause)