FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class ElementOrderException

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.ElementOrderException
All Implemented Interfaces:
java.io.Serializable

public class ElementOrderException
extends BaseRuntimeException

Not Applicable in CS Java Connector v3.0.

This exception is thrown when the element ordering constraint is violated. Content elements must be added contiguously to a Document object, starting with element number 1. Elements may be added or replaced in any order, but never in such a way as to leave a gap in the numbering. If that constraint is violated, this exception is thrown.

This exception is also thrown when an attempt is made to set the value for a property that does not exist on a given object.

See Also:
Serialized Form

Constructor Summary
ElementOrderException()
          

Not Applicable in CS Java Connector v3.0.

ElementOrderException(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

ElementOrderException

public ElementOrderException()

Not Applicable in CS Java Connector v3.0.

Constructs an ElementOrderException.


ElementOrderException

public ElementOrderException(java.lang.String s)

Not Applicable in CS Java Connector v3.0.

Constructs an ElementOrderException containing the specified String.

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

FileNet Content Services
Java Connector v3.0