onerror method

void onerror(
  1. Object object
)

Implementation

void onerror(Object object){
  final Object e = object;
  throw e;
}