org.apache.wiki.api.exceptions
Class NoRequiredPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wiki.api.exceptions.WikiException
              extended by org.apache.wiki.api.exceptions.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 Summary
NoRequiredPropertyException(String msg, String key)
          Constructs an exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

NoRequiredPropertyException

public NoRequiredPropertyException(String msg,
                                   String key)
Constructs an exception.

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


Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.