public class SimulScanException extends Exception
Modifier | Constructor and Description |
---|---|
protected |
SimulScanException(SimulScanResults sscdresults) |
protected |
SimulScanException(SimulScanResults readerResult,
String description) |
Modifier and Type | Method and Description |
---|---|
SimulScanResults |
getResult()
Returns the SimulScanResults object that provides additional information on the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected SimulScanException(SimulScanResults sscdresults)
protected SimulScanException(SimulScanResults readerResult, String description)
public SimulScanResults getResult()