org.chwf.filter
Class PropertyNotWriteableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.chwf.i18n.RuntimeMessageException
                          |
                          +--org.chwf.filter.FilterException
                                |
                                +--org.chwf.filter.PropertyNotWriteableException
All Implemented Interfaces:
java.io.Serializable

public class PropertyNotWriteableException
extends FilterException

Exception thrown when a property is not writeable.

Author:
Paul Strack
See Also:
Serialized Form

Constructor Summary
PropertyNotWriteableException(java.lang.String property)
          Constructor.
 
Methods inherited from class org.chwf.i18n.RuntimeMessageException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyNotWriteableException

public PropertyNotWriteableException(java.lang.String property)
Constructor.
Parameters:
property - The property.


Copyright © 2002-2004, Paul Strack. All Rights Reserved.