public class ExceptionReport extends Object implements Serializable
| Constructor and Description |
|---|
ExceptionReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addException(Exception vException)
Method addException
|
void |
addException(int index,
Exception vException)
Method addException
|
void |
clearException()
Method clearException
|
Enumeration |
enumerateException()
Method enumerateException
|
Exception[] |
getException()
Method getException
|
Exception |
getException(int index)
Method getException
|
int |
getExceptionCount()
Method getExceptionCount
|
String |
getLanguage()
Returns the value of field 'language'.
|
String |
getVersion()
Returns the value of field 'version'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeException(Exception vException)
Method removeException
|
void |
setException(Exception[] exceptionArray)
Method setException
|
void |
setException(int index,
Exception vException)
Method setException
|
void |
setLanguage(String language)
Sets the value of field 'language'.
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
static ExceptionReport |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addException(Exception vException) throws IndexOutOfBoundsException
vException - IndexOutOfBoundsExceptionpublic void addException(int index,
Exception vException)
throws IndexOutOfBoundsException
index - vException - IndexOutOfBoundsExceptionpublic void clearException()
public Enumeration enumerateException()
public Exception getException(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Exception[] getException()
public int getExceptionCount()
public String getLanguage()
public String getVersion()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeException(Exception vException)
vException - public void setException(int index,
Exception vException)
throws IndexOutOfBoundsException
index - vException - IndexOutOfBoundsExceptionpublic void setException(Exception[] exceptionArray)
exceptionArray - public void setLanguage(String language)
language - the value of field 'language'.public void setVersion(String version)
version - the value of field 'version'.public static ExceptionReport unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2020 B3Partners B.V.. All rights reserved.