Class PropertyException

    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyException​(Property property, java.lang.String text)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Property getProperty()
      Returns the property that triggered this exception.
      • 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

      • PropertyException

        public PropertyException​(Property property,
                                 java.lang.String text)
        Constructor.
        Parameters:
        property - the property that triggered this exception
        text - the exception text
    • Method Detail

      • getProperty

        public Property getProperty()
        Returns the property that triggered this exception.
        Returns:
        the property that triggered this exception