|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.geotools.geometry.iso.util.AssertionFailedException
public class AssertionFailedException
Thrown when the application is in an inconsistent state. Indicates a problem with the code.
Constructor Summary | |
---|---|
AssertionFailedException()
Creates an AssertionFailedException . |
|
AssertionFailedException(java.lang.String message)
Creates a AssertionFailedException with the given detail
message. |
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 |
---|
public AssertionFailedException()
AssertionFailedException
.
public AssertionFailedException(java.lang.String message)
AssertionFailedException
with the given detail
message.
message
- a description of the assertion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |