public class IcatException extends Object
Java class for IcatException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IcatException">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="offset" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="type" type="{http://icatproject.org}icatExceptionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected int |
offset |
protected IcatExceptionType |
type |
| Constructor and Description |
|---|
IcatException() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the value of the message property.
|
int |
getOffset()
Gets the value of the offset property.
|
IcatExceptionType |
getType()
Gets the value of the type property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setOffset(int value)
Sets the value of the offset property.
|
void |
setType(IcatExceptionType value)
Sets the value of the type property.
|
protected String message
protected int offset
protected IcatExceptionType type
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic int getOffset()
public void setOffset(int value)
public IcatExceptionType getType()
IcatExceptionTypepublic void setType(IcatExceptionType value)
value - allowed object is
IcatExceptionTypeCopyright © 2022 The ICAT Collaboration. All rights reserved.