public class SimulationException extends RuntimeException
Constructor and Description |
---|
SimulationException()
Constructs a new math exception with null as its detail message.
|
SimulationException(String msg)
Constructs a new exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SimulationException()
public SimulationException(String msg)
msg
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.Copyright © 2015 University of Glasgow. All rights reserved.