InvalidPropertyException

public class InvalidPropertyException extends RuntimeException

Thrown in case a desired property does not exist.

Constructors

InvalidPropertyException

public InvalidPropertyException()

Constructor without message and cause.

InvalidPropertyException

public InvalidPropertyException(String message)

Constructor with explanatory message.

Parameters

message – the message

InvalidPropertyException

public InvalidPropertyException(String message, Throwable cause)

Constructor with explanatory message and cause.

Parameters
  • message – the message

  • cause – the cause

InvalidPropertyException

public InvalidPropertyException(Throwable cause)

Constructor with only cause.

Parameters

cause – the cause