Class MissingRequiredPropertyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingRequiredPropertyException
    extends java.lang.RuntimeException
    MissingRequiredPropertyException is thrown when a required input property is missing from a resource args builder
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MissingRequiredPropertyException

        public MissingRequiredPropertyException​(java.lang.String builderName,
                                                java.lang.String propertyName)