fdda.propertyTypes
Class WrongFacetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fdda.propertyTypes.WrongFacetException
All Implemented Interfaces:
Serializable

public class WrongFacetException
extends Exception

Is thrown if the value of a property shall be corrected, but the facets of the property have errors.

Author:
Jörg Rüdenauer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
WrongFacetException()
          Default constructor.
WrongFacetException(String message)
          Constructor with error message.
 
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

WrongFacetException

public WrongFacetException()
Default constructor.


WrongFacetException

public WrongFacetException(String message)
Constructor with error message.

Parameters:
message - the error message.


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.