Yet more javadoc.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user