public class IMBException 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 |
---|
IMBException()
Standard constructor for the IMBException specifying problems with the connection to the IMB bus.
|
IMBException(String message)
Standard constructor for the IMBException specifying problems with the connection to the IMB bus.
|
IMBException(String message,
Throwable cause)
Standard constructor for the IMBException specifying problems with the connection to the IMB bus.
|
IMBException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Standard constructor for the IMBException specifying problems with the connection to the IMB bus.
|
IMBException(Throwable cause)
Standard constructor for the IMBException specifying problems with the connection to the IMB bus.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IMBException()
public IMBException(String message)
message
- String; the message to display as part of the exception.public IMBException(Throwable cause)
cause
- Throwable; the event that caused this event to happen (A null value is permitted, and indicates that the
cause is nonexistent or unknown.)public IMBException(String message, Throwable cause)
message
- String; the message to display as part of the exception.cause
- Throwable; the event that caused this event to happen (A null value is permitted, and indicates that the
cause is nonexistent or unknown.)public IMBException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- String; the message to display as part of the exception.cause
- Throwable; the event that caused this event to happen (A null value is permitted, and indicates that the
cause is nonexistent or unknown.)enableSuppression
- 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.