public class ObserverCompletedException extends IllegalStateException
Callers receiving this exception should simply pass it up the stack to the Aura runtime. They should not attempt to forward it on to upstream or downstream stages. The easiest way to do this is to ignore the exception entirely.
Constructor and Description |
---|
ObserverCompletedException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObserverCompletedException()
Copyright © 2016 The Apache Software Foundation. All rights reserved.