Class SimpleValidationErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SimpleValidationErrorException
    extends java.lang.Exception
    Contains one problem code with optional arguments.
    Author:
    K. Benedyczak
    See Also:
    Serialized Form
    • Constructor Detail

      • SimpleValidationErrorException

        public SimpleValidationErrorException​(ValidationErrorCode code,
                                              java.lang.Object... arguments)
    • Method Detail

      • getArguments

        public java.lang.Object[] getArguments()
      • setArguments

        public void setArguments​(java.lang.Object[] arguments)