public class GTUException extends Exception
 Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
| Constructor and Description | 
|---|
| GTUException() | 
| GTUException(String message) | 
| GTUException(String message,
            Throwable cause) | 
| GTUException(String message,
            Throwable cause,
            boolean enableSuppression,
            boolean writableStackTrace) | 
| GTUException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GTUException()
public GTUException(String message)
message - String; Stringpublic GTUException(Throwable cause)
cause - Throwable; Throwablepublic GTUException(String message, Throwable cause)
message - String; Stringcause - Throwable; Throwablepublic GTUException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - String; description of the problemcause - Throwable; the cause of this ExceptionenableSuppression - boolean; whether or not suppression is enabled or disabledwritableStackTrace - boolean; whether or not the stack trace should be writableCopyright © 2014–2019 Delft University of Technology. All rights reserved.