osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

Add `ToBeImplemented` Exception #201

Closed greenlaw110 closed 5 years ago

greenlaw110 commented 5 years ago

This new exception type extends from UnsupportedException which can be used mark a function that is still work in progress.

The original E.tbd() will raise the new exception instead of UnsupportedException