public class UnitException 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 DJUNITS License.
$LastChangedDate: 2019-01-18 00:35:01 +0100 (Fri, 18 Jan 2019) $, @version $Revision: 324 $, by $Author: averbraeck $,
initial version Jun 18, 2014
| Constructor and Description |
|---|
UnitException() |
UnitException(String message) |
UnitException(String message,
Throwable cause) |
UnitException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UnitException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnitException()
public UnitException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - String; Stringcause - Throwable; ThrowableenableSuppression - boolean;amwritableStackTrace - boolean; booleanpublic UnitException(String message, Throwable cause)
message - String; Stringcause - Throwable; Throwablepublic UnitException(String message)
message - String; Stringpublic UnitException(Throwable cause)
cause - Throwable; ThrowableCopyright © 2015–2019 Delft University of Technology. All rights reserved.