com.vividsolutions.jts.util

Class AssertionFailedException


public class AssertionFailedException
extends RuntimeException

Thrown when the application is in an inconsistent state. Indicates a problem with the code.
Version:
1.6

Constructor Summary

AssertionFailedException()
Creates an AssertionFailedException.
AssertionFailedException(String message)
Creates a AssertionFailedException with the given detail message.

Constructor Details

AssertionFailedException

public AssertionFailedException()
Creates an AssertionFailedException.

AssertionFailedException

public AssertionFailedException(String message)
Creates a AssertionFailedException with the given detail message.
Parameters:
message - a description of the assertion