Class NoRequiredPropertyException

All Implemented Interfaces:
Serializable

public class NoRequiredPropertyException
extends WikiException
Marks an erroneus jspwiki.properties file. Certain properties have been marked as "required", and if you do not provide a good value for a property, you'll see this exception.

Check jspwiki.properties for the required properties.

See Also:
Serialized Form
  • Constructor Details

    • NoRequiredPropertyException

      Constructs an exception.
      Parameters:
      msg - Message to show
      key - The key of the property in question.