public class SaneException
extends java.lang.Exception
| Constructor and Description |
|---|
SaneException(SaneStatus status) |
SaneException(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
static SaneException |
fromStatusWord(SaneWord statusWord) |
SaneStatus |
getStatus()
Returns the reason that this exception was thrown, or
null if none is known. |
public SaneException(SaneStatus status)
public SaneException(java.lang.String message)
public static SaneException fromStatusWord(SaneWord statusWord)
public SaneStatus getStatus()
null if none is known.