org.gnu.glib
public class Error extends MemStruct
Constructor Summary | |
---|---|
Error(Quark domain, int code, String message)
Construct a new Error object. | |
Error(Handle handle) |
Method Summary | |
---|---|
Quark | getDomain()
Return the domain for this error.
|
int | getErrorCode()
Return the error code associated with this error.
|
String | getErrorMessage()
Return the error message associated with this error.
|
Returns: The Quark object that represents the domain for this error.
Returns: The error code for this error.
Returns: The error message for this error.