Class NotHereAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
com.evolveum.midpoint.util.exception.NotHereAssertionError
- All Implemented Interfaces:
Serializable
Asserts (mainly to the compiler) that the flow of control really should not go here.
To be used e.g. after "fail" methods, to avoid the necessity of returning fake values.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotHereAssertionError
public NotHereAssertionError()
-