public class InvalidListValuedDataContainerException extends InvalidDataContainerException
InvalidListValuedDataContainerException indicates that a
designated data container does not provide the necessary data of the right
type for indexed access. That is, for indexed access the parent data
container needs to provide a UDT of type java.util.List with the
right inner types.instanceID, invalidDataContainer, invalidParameterName, nodeID, nodeIteration| Constructor and Description |
|---|
InvalidListValuedDataContainerException(DataContainer invalidDataContainer,
java.lang.String invalidParameterName,
java.lang.Throwable cause)
Creates a new
InvalidListValuedDataContainerException
indicating problems with the designated parent data container and the
designated parameter and also specifies the cause that led to the
exception, for instance, an exception stemming from the serialisation. |
InvalidListValuedDataContainerException(InputDataContainer invalidDataContainer,
java.lang.String invalidParameterName)
Creates a new
InvalidListValuedDataContainerException
indicating problems with the designated parent data container and the
designated parameter. |
getInstanceID, getInvalidDataContainer, getInvalidParameterName, getNodeID, getNodeIterationpublic InvalidListValuedDataContainerException(InputDataContainer invalidDataContainer, java.lang.String invalidParameterName)
InvalidListValuedDataContainerException
indicating problems with the designated parent data container and the
designated parameter.invalidDataContainer - The parent data container not providing a
parameter of the required type.invalidParameterName - The name of the parameter which is not of the
required type in the parent data container.public InvalidListValuedDataContainerException(DataContainer invalidDataContainer, java.lang.String invalidParameterName, java.lang.Throwable cause)
InvalidListValuedDataContainerException
indicating problems with the designated parent data container and the
designated parameter and also specifies the cause that led to the
exception, for instance, an exception stemming from the serialisation.invalidDataContainer - The parent data container not providing a
parameter of the required type.invalidParameterName - The name of the parameter which is not of the
required type in the parent data container.cause - The (serialisation) exception that caused this exception.