Module org.entur.netex.gtfs.export
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,InvalidAuthorityUrlException,QuayNotFoundException,StopPlaceNotFoundException
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 Summary
ConstructorsConstructorDescriptionGtfsExportException(String message) GtfsExportException(String message, Throwable cause) GtfsExportException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GtfsExportException
-
GtfsExportException
-
GtfsExportException
-