Class XmlParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opentrafficsim.road.network.factory.xml.XmlParserException
-
- All Implemented Interfaces:
Serializable
public class XmlParserException extends Exception
Exception during parsing.Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 25 mei 2018
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlParserException()
XmlParserException(String message)
XmlParserException(String message, Throwable cause)
XmlParserException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XmlParserException
public XmlParserException()
-
XmlParserException
public XmlParserException(String message, Throwable cause)
- Parameters:
message
- String; messagecause
- Throwable; cause
-
XmlParserException
public XmlParserException(String message)
- Parameters:
message
- String; messge
-
XmlParserException
public XmlParserException(Throwable cause)
- Parameters:
cause
- Throwable; cause
-
-