Class PropertyRequiredException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PropertyRequiredException
    extends AssemblerException
    Exception used to report that a required property is missing.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Resource getProperty()
      Answer the required property.
      • Methods inherited from class java.lang.Throwable

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

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

      • PropertyRequiredException

        public PropertyRequiredException​(Resource root,
                                         Property property)
    • Method Detail

      • getProperty

        public Resource getProperty()
        Answer the required property.