public class ParameterException 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 | 
|---|
ParameterException()
Empty constructor. 
 | 
ParameterException(String message)
Constructor with message. 
 | 
ParameterException(String message,
                  Throwable cause)
Constructor with message and cause. 
 | 
ParameterException(String message,
                  Throwable cause,
                  boolean enableSuppression,
                  boolean writableStackTrace)
Constructor with message and cause. 
 | 
ParameterException(Throwable cause)
Constructor with cause. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParameterException()
public ParameterException(String message)
message - String; Message.public ParameterException(Throwable cause)
cause - Throwable; Cause.public ParameterException(String message, Throwable cause)
message - String; Message.cause - Throwable; Cause.public ParameterException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - String; Message.cause - Throwable; Cause.enableSuppression - boolean; Whether to enable suppression.writableStackTrace - boolean; Whether or not the stack trace should be writable.Copyright © 2014–2019 Delft University of Technology. All rights reserved.