public class OTSGeometryException 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.
$LastChangedDate: 2015-07-16 10:20:53 +0200 (Thu, 16 Jul 2015) $, @version $Revision: 1124 $, by $Author: pknoppers $,
initial version Jul 22, 2015
Constructor and Description |
---|
OTSGeometryException()
construct empty OTSGeometryException.
|
OTSGeometryException(String message) |
OTSGeometryException(String message,
Throwable cause) |
OTSGeometryException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
OTSGeometryException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OTSGeometryException()
public OTSGeometryException(String message)
message
- String; message to display for this exception.public OTSGeometryException(Throwable cause)
cause
- Throwable; the exception that triggered this exception.public OTSGeometryException(String message, Throwable cause)
message
- String; message to display for this exception.cause
- Throwable; the exception that triggered this exception.public OTSGeometryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- String; message to display for this exception.cause
- Throwable; the exception that triggered this exception.enableSuppression
- boolean; whether or not suppression is enabled or disabledwritableStackTrace
- boolean; whether or not the stack trace should be writableCopyright © 2014–2019 Delft University of Technology. All rights reserved.