Package | Description |
---|---|
teetime.framework.exceptionHandling |
Copyright © 2015 Christian Wulf, Nelson Tavares de Sousa (http://teetime-framework.github.io)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractExceptionListener.FurtherExecution |
AbstractExceptionListener.onStageException(Exception exception,
AbstractStage throwingStage)
This method will be executed if an exception arises.
|
AbstractExceptionListener.FurtherExecution |
AbstractExceptionListener.reportException(Exception e,
AbstractStage stage) |
static AbstractExceptionListener.FurtherExecution |
AbstractExceptionListener.FurtherExecution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractExceptionListener.FurtherExecution[] |
AbstractExceptionListener.FurtherExecution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2020. All rights reserved.