Package org.fest.util

Class IntrospectionError

All Implemented Interfaces:
Serializable

public class IntrospectionError extends RuntimeException
Understands an error that occurred when using JavaBeans Instrospection.
See Also:
  • Field Details

  • Constructor Details

    • IntrospectionError

      public IntrospectionError(String message)
      Creates a new IntrospectionError.
      Parameters:
      message - the detail message.
    • IntrospectionError

      public IntrospectionError(String message, Throwable cause)
      Creates a new IntrospectionError.
      Parameters:
      message - the detail message.
      cause - the original cause.