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:
11.2
Author:
Luke
See Also:
  • Constructor Details

    • ArchiveValidationException

      public ArchiveValidationException(String msg)
      Creates the exception.
      Parameters:
      msg - the exception message
    • ArchiveValidationException

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