public class UnitException extends Exception
Copyright (c) 2013-2014 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| 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 - Stringcause - ThrowableenableSuppression - bpp;amwritableStackTrace - booleanpublic UnitException(String message, Throwable cause)
message - Stringcause - Throwablepublic UnitException(String message)
message - Stringpublic UnitException(Throwable cause)
cause - ThrowableCopyright © 2014–2015 Delft University of Technology. All rights reserved.