Class JPropertyIncorrectType

All Implemented Interfaces:
Serializable

public final class JPropertyIncorrectType extends JPropertyException

The type of exceptions raised upon accessing a property that is not of the expected type.

See Also:
  • Constructor Details

    • JPropertyIncorrectType

      public JPropertyIncorrectType(String message, Throwable cause)
      Construct an exception with the given message and cause.
      Parameters:
      cause - The cause
      message - The message