Package aero.t2s.modes.decoder.df.bds
Class MultipleBdsMatchesFoundException
java.lang.Object
java.lang.Throwable
aero.t2s.modes.decoder.df.bds.MultipleBdsMatchesFoundException
- All Implemented Interfaces:
DownlinkException,java.io.Serializable
public class MultipleBdsMatchesFoundException extends java.lang.Throwable implements DownlinkException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MultipleBdsMatchesFoundException(java.util.List<Bds> matches) -
Method Summary
Modifier and Type Method Description java.util.List<Bds>getMatches()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
MultipleBdsMatchesFoundException
-
-
Method Details
-
getMatches
-