de.java2html.properties
Class IllegalPropertyValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.java2html.util.IllegalConfigurationException
                  extended by de.java2html.properties.IllegalPropertyValueException
All Implemented Interfaces:
java.io.Serializable

public class IllegalPropertyValueException
extends IllegalConfigurationException

Author:
Markus Gebhard
See Also:
Serialized Form

Constructor Summary
IllegalPropertyValueException(java.lang.String propertyName, java.lang.String value)
           
IllegalPropertyValueException(java.lang.String propertyName, java.lang.String value, java.lang.String[] validValues)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalPropertyValueException

public IllegalPropertyValueException(java.lang.String propertyName,
                                     java.lang.String value)

IllegalPropertyValueException

public IllegalPropertyValueException(java.lang.String propertyName,
                                     java.lang.String value,
                                     java.lang.String[] validValues)


Copyright © 2003 - 2006