Class ArchiveValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.deltava.beans.acars.ArchiveValidationException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionCreates the exception from a parent Exception.Creates the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArchiveValidationException
Creates the exception.- Parameters:
msg
- the exception message
-
ArchiveValidationException
Creates the exception from a parent Exception.- Parameters:
e
- the Exception
-