java.lang
Class ClassFormatError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--java.lang.LinkageError
                    |
                    +--java.lang.ClassFormatError

public synchronized class ClassFormatError
extends LinkageError


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

Constructor Detail

ClassFormatError

public ClassFormatError()

ClassFormatError

public ClassFormatError(String)