com.ecyrd.jspwiki
Class NoRequiredPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ecyrd.jspwiki.WikiException
              extended by com.ecyrd.jspwiki.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.