java.lang
Class ClassFormatError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjava.lang.LinkageError
              extended byjava.lang.ClassFormatError

public class ClassFormatError
extends LinkageError


Constructor Summary
ClassFormatError()
           
ClassFormatError(String message)
           
ClassFormatError(String message, Throwable cause)
           
ClassFormatError(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

ClassFormatError

public ClassFormatError()

ClassFormatError

public ClassFormatError(String message)

ClassFormatError

public ClassFormatError(Throwable cause)

ClassFormatError

public ClassFormatError(String message,
                        Throwable cause)