public class IcatException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
IcatException.IcatExceptionType |
Constructor and Description |
---|
IcatException(IcatException.IcatExceptionType type,
String msg) |
IcatException(IcatException.IcatExceptionType type,
String msg,
int offset) |
Modifier and Type | Method and Description |
---|---|
int |
getOffset() |
IcatException.IcatExceptionType |
getType() |
void |
setOffset(int offset) |
void |
setType(IcatException.IcatExceptionType type) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public IcatException(IcatException.IcatExceptionType type, String msg)
public IcatException(IcatException.IcatExceptionType type, String msg, int offset)
public int getOffset()
public void setOffset(int offset)
public IcatException.IcatExceptionType getType()
public void setType(IcatException.IcatExceptionType type)
Copyright © 2013 The ICAT Collaboration. All Rights Reserved.