Class ClassFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.springframework.core.type.classreading.ClassFormatException
All Implemented Interfaces:
Serializable

public class ClassFormatException extends IOException
Exception that indicates an incompatible class format encountered in a class file during metadata reading.
Since:
6.1.2
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • ClassFormatException

      public ClassFormatException(String message)
      Construct a new ClassFormatException with the supplied message.
      Parameters:
      message - the detail message
    • ClassFormatException

      public ClassFormatException(String message, Throwable cause)
      Construct a new ClassFormatException with the supplied message and cause.
      Parameters:
      message - the detail message
      cause - the root cause