Class PredicateFailedException

  • All Implemented Interfaces:
    Serializable

    public class PredicateFailedException
    extends RuntimeException
    Indicates that a predicate failed when attempting to write a value.
    Author:
    js 2009.08.01
    See Also:
    Serialized Form
    • Constructor Detail

      • PredicateFailedException

        public PredicateFailedException​(String sMsg)
        Create a PredicateFailedException with a string msg.
        Parameters:
        sMsg - the message
      • PredicateFailedException

        public PredicateFailedException​(Throwable t)
        Create a PredicateFailedException with a throwable.
        Parameters:
        t - the throwable