Class ArchiveValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.deltava.beans.acars.ArchiveValidationException
All Implemented Interfaces:
Serializable

public class ArchiveValidationException extends RuntimeException
An exception thrown when validating an ACARS position archive. This is an unchecked exception to allow selective handling.
Since:
11.2
Version:
12.4
Author:
Luke
See Also:
  • Constructor Details

    • ArchiveValidationException

      public ArchiveValidationException(String msg, boolean fileExists)
      Creates the exception.
      Parameters:
      msg - the exception message
      fileExists - TRUE if the archive file exists, otherwise FALSE
    • ArchiveValidationException

      public ArchiveValidationException(Exception e)
      Creates the exception from a parent Exception.
      Parameters:
      e - the Exception
  • Method Details

    • getFileExists

      public boolean getFileExists()
      Returns whether the position archive file exists on disk.
      Returns:
      TRUE if the file exists, otherwise FALSE