Yet more javadoc.

This commit is contained in:
Michael Bayne
2011-06-10 12:30:21 -07:00
parent 47e7ead916
commit 2de6c13864
@@ -4,6 +4,10 @@
package pythagoras.f;
/**
* An exception thrown by {@link AffineTransform} when a request for an inverse transform cannot be
* satisfied.
*/
public class NoninvertibleTransformException extends java.lang.Exception
{
public NoninvertibleTransformException (String s) {