public class SimulationException extends RuntimeException
| Constructor and Description |
|---|
SimulationException(String message)
Create a simulation exception from a simple message
|
SimulationException(String format,
Object... args)
Create a simulation exception from a format string and list of arguments.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SimulationException(String format, Object... args)
format - A format stringargs - Arguments to be substituted into the format stringFormatterpublic SimulationException(String message)
message - Copyright © 2023 LSST. All rights reserved.