Class ValueAccessException

  • All Implemented Interfaces:
    Serializable

    public final class ValueAccessException
    extends RuntimeException
    Thrown to indicate when an access to a value is not possible because of some inconsistencies in the data.

    When this exception is thrown in the context of the user interface display or data validation, no stack trace is logged: it is not considered as an "unexpected error" and/or requiring any specific debugging. More precisely for data validation, if this exception is thrown then the specified user message is added to the validation report and the validation process is not stopped.