Package | Description |
---|---|
org.icatproject.core |
Modifier and Type | Method and Description |
---|---|
IcatException.IcatExceptionType |
IcatException.getType() |
static IcatException.IcatExceptionType |
IcatException.IcatExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IcatException.IcatExceptionType[] |
IcatException.IcatExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IcatException.setType(IcatException.IcatExceptionType type) |
Constructor and Description |
---|
IcatException(IcatException.IcatExceptionType type,
String msg) |
IcatException(IcatException.IcatExceptionType type,
String msg,
int offset) |
Copyright © 2013 The ICAT Collaboration. All Rights Reserved.