Class CouldNotLoadRecordingException

  • All Implemented Interfaces:
    Serializable

    public class CouldNotLoadRecordingException
    extends Exception
    General exception class for errors occurring when attempting to load a flight recording file. Specific known causes are described with exceptions extending this class.
    See Also:
    Serialized Form
    • Constructor Detail

      • CouldNotLoadRecordingException

        public CouldNotLoadRecordingException()
      • CouldNotLoadRecordingException

        public CouldNotLoadRecordingException​(String message)
      • CouldNotLoadRecordingException

        public CouldNotLoadRecordingException​(Throwable cause)