DelfiSpace / PQ9EGSE

The PQ9 EGSE is the Electric Ground Support Equipment used to connect the PQ9 bus to a computer for testing.
GNU General Public License v3.0
3 stars 1 forks source link

PQ9Exception only accepts throwable constructor, but has string contstructor #18

Open MFvandenBos opened 4 years ago

MFvandenBos commented 4 years ago

The following does not compile, while PQ9Exception does have a string constructor:

String message = "no reply collected"; throw new PQ9Exception(message);