Class CircularDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opentrafficsim.road.network.factory.xml.CircularDependencyException
- All Implemented Interfaces:
Serializable
Exception when XML elements, and their attributes, are in a circular dependency relation.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
- See Also:
-
Constructor Summary
ConstructorDescriptionCircularDependencyException
(String message) Constructor with message.CircularDependencyException
(String message, Throwable cause) Constructor with message and cause.Constructor with cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CircularDependencyException
public CircularDependencyException() -
CircularDependencyException
Constructor with message and cause.- Parameters:
message
- String; messagecause
- Throwable; cause
-
CircularDependencyException
Constructor with message.- Parameters:
message
- String; message
-
CircularDependencyException
Constructor with cause.- Parameters:
cause
- Throwable; cause
-