Class GtfsExportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.entur.netex.gtfs.export.exception.GtfsExportException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DefaultTimeZoneException, MissingAuthorityUrlException, QuayNotFoundException, StopPlaceNotFoundException

public class GtfsExportException extends RuntimeException
Base class for exceptions that occur during the NeTEx to GTFS org.entur.netex.gtfs.org.entur.netex.gtfs.export process. These exceptions are caused by inconsistencies in the input NeTEx dataset. The operation is in general not retryable.
See Also:
  • Constructor Details

    • GtfsExportException

      public GtfsExportException(Throwable cause)
    • GtfsExportException

      public GtfsExportException(String message)
    • GtfsExportException

      public GtfsExportException(String message, Throwable cause)