FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class BadPropertyValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.filenet.wcm.api.BaseRuntimeException
                  extended bycom.filenet.wcm.api.BadPropertyValueException
All Implemented Interfaces:
java.io.Serializable

public class BadPropertyValueException
extends BaseRuntimeException

Not Applicable in CS Java Connector v3.0.

This exception is thrown when an attempt is made to set a property to a value that is malformed or that cannot be converted to the actual data type of the property in the Content Services. This would be most likely to happen if Property.setValue() or Value.setValue() is called with a parameter of a data type different from the defined data type of the property in question.

See Also:
Serialized Form

Constructor Summary
BadPropertyValueException()
          

Not Applicable in CS Java Connector v3.0.

BadPropertyValueException(java.lang.String s)
          

Not Applicable in CS Java Connector v3.0.

 
Methods inherited from class com.filenet.wcm.api.BaseRuntimeException
getFaultCode, setFaultCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadPropertyValueException

public BadPropertyValueException()

Not Applicable in CS Java Connector v3.0.

Constructs a BadPropertyValueException.


BadPropertyValueException

public BadPropertyValueException(java.lang.String s)

Not Applicable in CS Java Connector v3.0.

Constructs a BadPropertyValueException containing the specified String.

Parameters:
s - A String that contains message text about the exception.

FileNet Content Services
Java Connector v3.0