org.openbp.cockpit.modeler.figures.generic
Class GeometryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openbp.cockpit.modeler.figures.generic.GeometryException
All Implemented Interfaces:
java.io.Serializable

public class GeometryException
extends java.lang.RuntimeException

Geometry exception.

Author:
Heiko Erhardt
See Also:
Serialized Form

Constructor Summary
GeometryException(java.lang.String msg, java.lang.String errName)
          Default constructor.
 
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

GeometryException

public GeometryException(java.lang.String msg,
                         java.lang.String errName)
Default constructor.

Parameters:
msg - Exception message
errName - Name of the model object that caused the exception


Copyright © 2011. All Rights Reserved.