Package org.locationtech.jts.util
Class AssertionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.locationtech.jts.util.AssertionFailedException
- All Implemented Interfaces:
Serializable
Thrown when the application is in an inconsistent state. Indicates a problem
with the code.
- Version:
- 1.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates anAssertionFailedException
.AssertionFailedException
(String message) Creates aAssertionFailedException
with the given detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AssertionFailedException
public AssertionFailedException()Creates anAssertionFailedException
. -
AssertionFailedException
Creates aAssertionFailedException
with the given detail message.- Parameters:
message
- a description of the assertion
-