corda/testing
Matthew Nesbit 5fa7381883 Custom exceptions in corda, should either derive from an appropriate closely related java exception, or CordaException, or CordaRuntimeException. They should not inherit just from Exception, or RuntimeException.
Handle PR comments

Add nicer constructors to CordaException and CordaRuntimeException

(cherry picked from commit 89478c8)

Fix ambiguous defaulted constructor

(cherry picked from commit ec9bafe)

Address PR comment

Update a few more custom exceptions
2017-09-29 09:37:22 +01:00
..
node-driver Custom exceptions in corda, should either derive from an appropriate closely related java exception, or CordaException, or CordaRuntimeException. They should not inherit just from Exception, or RuntimeException. 2017-09-29 09:37:22 +01:00
smoke-test-utils Replace X500Name with CordaX500Name (#1447) 2017-09-12 01:03:10 +01:00
test-common Group test scope modules in testing dir (#1419) 2017-09-05 18:27:26 +01:00
test-utils Custom exceptions in corda, should either derive from an appropriate closely related java exception, or CordaException, or CordaRuntimeException. They should not inherit just from Exception, or RuntimeException. 2017-09-29 09:37:22 +01:00