public class UnsupportedStageException extends RuntimeException
All reactive streams engines should support all stages, but this allows for a graceful mechanism to report issues, for example if in a future version a new stage is added that is not recognised by an existing implementation.
Constructor and Description |
---|
UnsupportedStageException(Stage stage) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedStageException(Stage stage)
Copyright © 2019 Eclipse Foundation. All rights reserved.