public class OTSSimulationException extends Exception
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Constructor and Description |
|---|
OTSSimulationException()
Construct an operational plan exception.
|
OTSSimulationException(String message) |
OTSSimulationException(String message,
Throwable cause) |
OTSSimulationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
OTSSimulationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OTSSimulationException()
public OTSSimulationException(String message)
message - exception messagepublic OTSSimulationException(Throwable cause)
cause - exception that triggered this exceptionpublic OTSSimulationException(String message, Throwable cause)
message - exception messagecause - exception that triggered this exceptionpublic OTSSimulationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - exception messagecause - exception that triggered this exceptionenableSuppression - whether or not suppression is enabled or disabledwritableStackTrace - whether or not the stack trace should be writableCopyright © 2014–2016 Delft University of Technology. All rights reserved.