opale.module2d.object2d
Class LineException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--opale.module2d.object2d.LineException

public class LineException
extends java.lang.Exception

Classe d'exception pour le traitement d'erreur de construction d'une droite2D.

See Also:
Serialized Form

Constructor Summary
LineException()
           
LineException(java.lang.String str)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LineException

public LineException()

LineException

public LineException(java.lang.String str)