Class RefinerException

All Implemented Interfaces:
Serializable

public class RefinerException extends GeometryException
Exception raised when refinement fails.
See Also:
  • Constructor Details

    • RefinerException

      public RefinerException()
      Constructor.
    • RefinerException

      public RefinerException(String message)
      Constructor with String containing message.
      Parameters:
      message - message indicating the cause of the exception.
    • RefinerException

      public RefinerException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message describing the cause of the exception.
      cause - instance containing the cause of the exception.
    • RefinerException

      public RefinerException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.