UnexpectedCallException

Indicates that a call was made to a method (normally an overridden one) that was not expected, and hence not coded for.

API

UnexpectedCallException.java
class UnexpectedCallException {
  UnexpectedCallException()
}