public class ExceptionType extends Object implements Serializable
| Constructor and Description |
|---|
ExceptionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExceptionText(int index,
String vExceptionText)
Method addExceptionText
|
void |
addExceptionText(String vExceptionText)
Method addExceptionText
|
void |
clearExceptionText()
Method clearExceptionText
|
Enumeration |
enumerateExceptionText()
Method enumerateExceptionText
|
String |
getExceptionCode()
Returns the value of field 'exceptionCode'.
|
String[] |
getExceptionText()
Method getExceptionText
|
String |
getExceptionText(int index)
Method getExceptionText
|
int |
getExceptionTextCount()
Method getExceptionTextCount
|
String |
getLocator()
Returns the value of field 'locator'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeExceptionText(String vExceptionText)
Method removeExceptionText
|
void |
setExceptionCode(String exceptionCode)
Sets the value of field 'exceptionCode'.
|
void |
setExceptionText(int index,
String vExceptionText)
Method setExceptionText
|
void |
setExceptionText(String[] exceptionTextArray)
Method setExceptionText
|
void |
setLocator(String locator)
Sets the value of field 'locator'.
|
static ExceptionType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addExceptionText(String vExceptionText) throws IndexOutOfBoundsException
vExceptionText - IndexOutOfBoundsExceptionpublic void addExceptionText(int index,
String vExceptionText)
throws IndexOutOfBoundsException
index - vExceptionText - IndexOutOfBoundsExceptionpublic void clearExceptionText()
public Enumeration enumerateExceptionText()
public String getExceptionCode()
public String getExceptionText(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getExceptionText()
public int getExceptionTextCount()
public String getLocator()
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 removeExceptionText(String vExceptionText)
vExceptionText - public void setExceptionCode(String exceptionCode)
exceptionCode - the value of field 'exceptionCode'.public void setExceptionText(int index,
String vExceptionText)
throws IndexOutOfBoundsException
index - vExceptionText - IndexOutOfBoundsExceptionpublic void setExceptionText(String[] exceptionTextArray)
exceptionTextArray - public void setLocator(String locator)
locator - the value of field 'locator'.public static ExceptionType 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 © 2021 B3Partners B.V.. All rights reserved.