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, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MultipleBdsMatchesFoundException

      public MultipleBdsMatchesFoundException​(java.util.List<Bds> matches)
  • Method Details

    • getMatches

      public java.util.List<Bds> getMatches()