Interface Error

Methods

boolean isValid()

Tells if this Error is valid or no.

boolean isValid()

Tells if this Error is valid or no.

Method Detail

isValid

public boolean isValid ()

Tells if this Error is valid or no.

Any other method (except for this one) called on an invalid Error will throw java.lang.RuntimeException. An instance becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now. Please refer to general docs about the interface for details on its invalidation.