java.lang
Class ClassFormatError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--java.lang.LinkageError
                    |
                    +--java.lang.ClassFormatError
Direct Known Subclasses:
UnsupportedClassVersionError

public synchronized class ClassFormatError
extends LinkageError


Constructor Summary
ClassFormatError()
           
ClassFormatError(String)
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

ClassFormatError

public ClassFormatError()

ClassFormatError

public ClassFormatError(String)