pt.digitalis.dif.dem.annotations.stage
Annotation Type ExceptionHandler


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ExceptionHandler

This annotation defines a stage for execution if an exception is thrown. It will be added to the ExceptionHandlers for the dispatcher to manage. It is a non-pure primary annotation. Yields primariness to @StageDefinition when used with this annotation.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt
Created on:
2007/05/11

Required Element Summary
 String exceptions
          The type of the exception whose raising will trigger the error stage.
 

Element Detail

exceptions

public abstract String exceptions
The type of the exception whose raising will trigger the error stage. By default, any Exception will trigger the error stage. Mandatory field!!



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.