public class RenderErrors
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RenderErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRenderError(int index,
RenderError vRenderError) |
void |
addRenderError(RenderError vRenderError) |
java.util.Enumeration<? extends RenderError> |
enumerateRenderError()
Method enumerateRenderError.
|
RenderError[] |
getRenderError()
Method getRenderError.Returns the contents of the collection
in an Array.
|
RenderError |
getRenderError(int index)
Method getRenderError.
|
int |
getRenderErrorCount()
Method getRenderErrorCount.
|
boolean |
isValid()
Method isValid.
|
java.util.Iterator<? extends RenderError> |
iterateRenderError()
Method iterateRenderError.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
removeAllRenderError() |
boolean |
removeRenderError(RenderError vRenderError)
Method removeRenderError.
|
RenderError |
removeRenderErrorAt(int index)
Method removeRenderErrorAt.
|
void |
setRenderError(int index,
RenderError vRenderError) |
void |
setRenderError(RenderError[] vRenderErrorArray) |
static RenderErrors |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public void addRenderError(RenderError vRenderError) throws java.lang.IndexOutOfBoundsException
vRenderError - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void addRenderError(int index,
RenderError vRenderError)
throws java.lang.IndexOutOfBoundsException
index - vRenderError - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends RenderError> enumerateRenderError()
public RenderError getRenderError(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic RenderError[] getRenderError()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getRenderErrorCount()
public boolean isValid()
public java.util.Iterator<? extends RenderError> iterateRenderError()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler - java.io.IOException - if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void removeAllRenderError()
public boolean removeRenderError(RenderError vRenderError)
vRenderError - public RenderError removeRenderErrorAt(int index)
index - public void setRenderError(int index,
RenderError vRenderError)
throws java.lang.IndexOutOfBoundsException
index - vRenderError - java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setRenderError(RenderError[] vRenderErrorArray)
vRenderErrorArray - public static RenderErrors unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaCopyright © 2016. All Rights Reserved.