public class TrafficLightException 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 |
---|
TrafficLightException()
Construct a TrafficLightException.
|
TrafficLightException(String message)
Construct a TrafficLightException.
|
TrafficLightException(String message,
Throwable cause) |
TrafficLightException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
TrafficLightException(Throwable cause)
Construct a TrafficLightException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TrafficLightException()
public TrafficLightException(String message)
message
- the explanation of the exceptionpublic TrafficLightException(Throwable cause)
cause
- the Throwable causing this exceptionpublic TrafficLightException(String message, Throwable cause)
message
- the explanation of the exceptioncause
- the Throwable causing this exceptionpublic TrafficLightException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the explanation of the exceptioncause
- the Throwable causing 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.