Class XmlParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opentrafficsim.road.network.factory.xml.XmlParserException
- All Implemented Interfaces:
 java.io.Serializable
public class XmlParserException
extends java.lang.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(java.lang.String message)XmlParserException(java.lang.String message, java.lang.Throwable cause)XmlParserException(java.lang.Throwable cause) - 
Method Summary
 
- 
Constructor Details
- 
XmlParserException
public XmlParserException() - 
XmlParserException
public XmlParserException(java.lang.String message, java.lang.Throwable cause)- Parameters:
 message- String; messagecause- Throwable; cause
 - 
XmlParserException
public XmlParserException(java.lang.String message)- Parameters:
 message- String; messge
 - 
XmlParserException
public XmlParserException(java.lang.Throwable cause)- Parameters:
 cause- Throwable; cause
 
 -