Class NetexParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.entur.netex.gtfs.export.exception.NetexParsingException
All Implemented Interfaces:
Serializable

public class NetexParsingException extends RuntimeException
Exception triggered when the NeTEx dataset cannot be loaded into an in-memory object model. This can be caused by a transient IO exception. The operation may be retried.
See Also:
  • Constructor Details

    • NetexParsingException

      public NetexParsingException(String message, Throwable cause)