Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XmlParserException

        public XmlParserException()
      • XmlParserException

        public XmlParserException​(java.lang.String message,
                                  java.lang.Throwable cause)
        Parameters:
        message - String; message
        cause - Throwable; cause
      • XmlParserException

        public XmlParserException​(java.lang.String message)
        Parameters:
        message - String; messge
      • XmlParserException

        public XmlParserException​(java.lang.Throwable cause)
        Parameters:
        cause - Throwable; cause