com.vividsolutions.jts.util
Class AssertionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vividsolutions.jts.util.AssertionFailedException
- All Implemented Interfaces:
- Serializable
public class AssertionFailedException
- extends RuntimeException
Thrown when the application is in an inconsistent state. Indicates a problem
with the code.
- Version:
- 1.7
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
Copyright © 2012. All Rights Reserved.