Compoze Software, Inc.

com.compoze.collab
Class InvalidValue

java.lang.Object
  extended bycom.compoze.collab.InvalidValue
All Implemented Interfaces:
java.io.Serializable

public class InvalidValue
extends java.lang.Object
implements java.io.Serializable

A property value that is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidValue(java.lang.Object reason)
          Constructor.
 
Method Summary
 java.lang.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(java.lang.Object reason)
Constructor.

Method Detail

toString

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


Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.