public class UnitException extends Exception
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2018-01-28 03:17:44 +0100 (Sun, 28 Jan 2018) $, @version $Revision: 256 $, 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, toString
public UnitException()
public UnitException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- Stringcause
- ThrowableenableSuppression
- bpp;amwritableStackTrace
- booleanpublic UnitException(String message, Throwable cause)
message
- Stringcause
- Throwablepublic UnitException(String message)
message
- Stringpublic UnitException(Throwable cause)
cause
- ThrowableCopyright © 2015–2018 Delft University of Technology. All rights reserved.