Package jade.util

Class PropertiesException

    • Constructor Detail

      • PropertiesException

        public PropertiesException()
        Constructs a ApplicationException with null as its error detail message.
      • PropertiesException

        public PropertiesException​(String aMessage)
        Construct a PropertiesException with the specified detail message.
        Parameters:
        aMessage - The detail message.