Use this exception to mark a method implementation as being deprecated.
Use the message to indicate the recommended way of calling the desired functionality.
Make throwing this exception the only line in the method implementation, i.e. unlike the Java
author: Dierk Koenig