|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException math.geom2d.ColinearPoints2DException
public class ColinearPoints2DException
Exception thrown when the assumption of non colinearity is not respected. Methods are provided by retrieving the three incriminated points.
Constructor Summary | |
---|---|
ColinearPoints2DException(Point2D p1,
Point2D p2,
Point2D p3)
|
Method Summary | |
---|---|
Point2D |
getP1()
|
Point2D |
getP2()
|
Point2D |
getP3()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ColinearPoints2DException(Point2D p1, Point2D p2, Point2D p3)
Method Detail |
---|
public Point2D getP1()
public Point2D getP2()
public Point2D getP3()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |