rp1.rossum
Class RsPolygonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by rp1.rossum.RsPolygonException
All Implemented Interfaces:
java.io.Serializable

public class RsPolygonException
extends java.lang.Exception

An exception thrown when an application attempts to instantiate a RsPolygon with defective coordinates.

See Also:
Serialized Form

Constructor Summary
RsPolygonException()
           
RsPolygonException(java.lang.String gripe)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RsPolygonException

public RsPolygonException()

RsPolygonException

public RsPolygonException(java.lang.String gripe)