Package org.icatproject
Class IcatException
- java.lang.Object
-
- org.icatproject.IcatException
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringmessageprotected intoffsetprotected IcatExceptionTypetype
-
Constructor Summary
Constructors Constructor Description IcatException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Gets the value of the message property.intgetOffset()Gets the value of the offset property.IcatExceptionTypegetType()Gets the value of the type property.voidsetMessage(String value)Sets the value of the message property.voidsetOffset(int value)Sets the value of the offset property.voidsetType(IcatExceptionType value)Sets the value of the type property.
-
-
-
Field Detail
-
message
protected String message
-
offset
protected int offset
-
type
protected IcatExceptionType type
-
-
Method Detail
-
getMessage
public String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
public void setMessage(String value)
Sets the value of the message property.- Parameters:
value- allowed object isString
-
getOffset
public int getOffset()
Gets the value of the offset property.
-
setOffset
public void setOffset(int value)
Sets the value of the offset property.
-
getType
public IcatExceptionType getType()
Gets the value of the type property.- Returns:
- possible object is
IcatExceptionType
-
setType
public void setType(IcatExceptionType value)
Sets the value of the type property.- Parameters:
value- allowed object isIcatExceptionType
-
-