Package org.yamcs

Class UncheckedYamcsException

All Implemented Interfaces:
Serializable

public class UncheckedYamcsException extends RuntimeException
Allows wrapping any checked exception without overloading signatures.
See Also:
  • Constructor Details

    • UncheckedYamcsException

      public UncheckedYamcsException(Throwable t)