public class ValueException extends Exception
This file was generated by the djunits value classes generator, 26 jun, 2015
Copyright (c) 2015-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2019-01-18 00:35:01 +0100 (Fri, 18 Jan 2019) $, @version $Revision: 324 $, by $Author: averbraeck $,
initial version 26 jun, 2015
| Constructor and Description |
|---|
ValueException()
Construct a new ValueException.
|
ValueException(String message)
Construct a new ValueException.
|
ValueException(String message,
Throwable cause)
Construct a new ValueException.
|
ValueException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Construct a new ValueException.
|
ValueException(Throwable cause)
Construct a new ValueException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValueException()
public ValueException(String message)
message - String; description of the problempublic ValueException(Throwable cause)
cause - Throwable; the cause of this ValueExceptionpublic ValueException(String message, Throwable cause)
message - String; description of the problemcause - Throwable; the cause of this ValueExceptionpublic ValueException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - String; description of the problemcause - Throwable; the cause of this ValueExceptionenableSuppression - boolean; whether or not suppression is enabled or disabledwritableStackTrace - boolean; whether or not the stack trace should be writableCopyright © 2015–2019 Delft University of Technology. All rights reserved.