java.lang.reflect
Class GenericSignatureFormatError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjava.lang.LinkageError
              extended byjava.lang.ClassFormatError
                  extended byjava.lang.reflect.GenericSignatureFormatError
All Implemented Interfaces:
Serializable

public class GenericSignatureFormatError
extends ClassFormatError

Indicates that a malformed signature has been encountered via a reflective method.

Since:
1.5
See Also:
Serialized Form

Constructor Summary
GenericSignatureFormatError()
           
 
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, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericSignatureFormatError

public GenericSignatureFormatError()