Oracle

com.compoze.collab
Class InvalidValue

java.lang.Object
  extended by com.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).

Overrides:
toString in class java.lang.Object

Oracle

Copyright ©1999-2008 Oracle All rights reserved.