org.simtk.geometry3d
Class InsufficientPointsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.simtk.geometry3d.InsufficientPointsException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientPointsException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InsufficientPointsException()
           
InsufficientPointsException(java.lang.String message)
           
InsufficientPointsException(java.lang.String message, java.lang.Throwable cause)
           
InsufficientPointsException(java.lang.Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientPointsException

public InsufficientPointsException()

InsufficientPointsException

public InsufficientPointsException(java.lang.String message)

InsufficientPointsException

public InsufficientPointsException(java.lang.String message,
                                   java.lang.Throwable cause)

InsufficientPointsException

public InsufficientPointsException(java.lang.Throwable cause)