com.compoze.collab
Class InvalidValue

java.lang.Object
  extended by com.compoze.collab.InvalidValue
All Implemented Interfaces
Serializable

public class InvalidValue
extends Object
implements Serializable

A property value that is invalid.

See Also
Serialized Form

Constructor Summary
InvalidValue(Object reason)
          Constructor.
 
Method Summary
 String toString()
          Creates a String representation of the object (the provider specific reason that the property has an invalid value).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidValue

public InvalidValue(Object reason)
Constructor.

Method Detail

toString

public String toString()
Creates a String representation of the object (the provider specific reason that the property has an invalid value).

Overrides:
toString in class Object


Copyright © 2006 BEA Systems, Inc. All Rights Reserved