Class NotHereAssertionError

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
com.evolveum.midpoint.util.exception.NotHereAssertionError
All Implemented Interfaces:
Serializable

public class NotHereAssertionError extends AssertionError
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 Details

    • NotHereAssertionError

      public NotHereAssertionError()