pt.digitalis.dif.controller.objects
Class ExceptionHandlerData

java.lang.Object
  extended by pt.digitalis.dif.controller.objects.ExceptionHandlerData

public class ExceptionHandlerData
extends Object

Defines a DiF exception handler

Author:
Pedro Viegas pviegas@digitalis.pt
Created on:
2010/05/04

Constructor Summary
ExceptionHandlerData(Class<Throwable> exceptionClass, String handlerStageID)
           
 
Method Summary
 Class<Throwable> getExceptionClass()
          Inspector for the 'exceptionClass' attribute.
 String getHandlerStageID()
          Inspector for the 'handlerStageID' attribute.
 void setExceptionClass(Class<Throwable> exceptionClass)
          Modifier for the 'exceptionClass' attribute.
 void setHandlerStageID(String handlerStageID)
          Modifier for the 'handlerStageID' attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandlerData

public ExceptionHandlerData(Class<Throwable> exceptionClass,
                            String handlerStageID)
Parameters:
exceptionClass -
handlerStageID -
Method Detail

getExceptionClass

public Class<Throwable> getExceptionClass()
Inspector for the 'exceptionClass' attribute.

Returns:
the exceptionClass value

getHandlerStageID

public String getHandlerStageID()
Inspector for the 'handlerStageID' attribute.

Returns:
the handlerStageID value

setExceptionClass

public void setExceptionClass(Class<Throwable> exceptionClass)
Modifier for the 'exceptionClass' attribute.

Parameters:
exceptionClass - the new exceptionClass value to set

setHandlerStageID

public void setHandlerStageID(String handlerStageID)
Modifier for the 'handlerStageID' attribute.

Parameters:
handlerStageID - the new handlerStageID value to set


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