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-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 Details

    • XmlParserException

      public XmlParserException()
    • XmlParserException

      public XmlParserException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - String; message
      cause - Throwable; cause
    • XmlParserException

      public XmlParserException(String message)
      Constructor with message.
      Parameters:
      message - String; message
    • XmlParserException

      public XmlParserException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Throwable; cause