Class XmlParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opentrafficsim.road.network.factory.xml.XmlParserException
- All Implemented Interfaces:
Serializable
Exception during parsing.
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
ConstructorDescriptionXmlParserException
(String message) Constructor with message.XmlParserException
(String message, Throwable cause) Constructor with message and cause.XmlParserException
(Throwable 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
-
XmlParserException
public XmlParserException() -
XmlParserException
Constructor with message and cause.- Parameters:
message
- String; messagecause
- Throwable; cause
-
XmlParserException
Constructor with message.- Parameters:
message
- String; message
-
XmlParserException
Constructor with cause.- Parameters:
cause
- Throwable; cause
-