public class SnifferException
extends LocalizableException
ISniffer
should throw this
Exception
whenever they encounter problem during sniffing.Constructor and Description |
---|
SnifferException(IStringResource errorStringResource,
java.lang.Object... args)
Restriction: This constructor should not be used by external clients
|
SnifferException(java.lang.String message) |
SnifferException(java.lang.Throwable e) |
SnifferException(java.lang.Throwable t,
IStringResource errorStringResource)
Restriction: This constructor should not be used by external clients
|
SnifferException(java.lang.Throwable t,
IStringResource errorStringResource,
java.lang.Object... args)
Restriction: This constructor should not be used by external clients
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getArguments()
Restriction: This method should not be used by external clients
|
java.lang.String |
getErrorString()
Restriction: This method should not be used by external clients
|
java.lang.String |
getLocalizedMessage()
Restriction: This method should not be used by external clients
|
IStringResource |
getStringResource()
Restriction: This method should not be used by external clients
|
public SnifferException(java.lang.Throwable e)
e
- exception to be wrapped as SnifferException
public SnifferException(java.lang.String message)
message
- string that is wrapped as SnifferException
public SnifferException(IStringResource errorStringResource, java.lang.Object... args)
public SnifferException(java.lang.Throwable t, IStringResource errorStringResource)
public SnifferException(java.lang.Throwable t, IStringResource errorStringResource, java.lang.Object... args)
public IStringResource getStringResource()
public java.lang.Object[] getArguments()
public java.lang.String getErrorString()
public java.lang.String getLocalizedMessage()