Class ExceptionRule

java.lang.Object
com.aspectran.core.context.rule.ExceptionRule

public class ExceptionRule extends Object
The Class ExceptionRule.

Created: 2009. 03. 09 PM 23:48:09

  • Constructor Details

    • ExceptionRule

      public ExceptionRule()
  • Method Details

    • getExceptionThrownRuleList

      public List<ExceptionThrownRule> getExceptionThrownRuleList()
    • getExceptionThrownRuleMap

      public Map<String,ExceptionThrownRule> getExceptionThrownRuleMap()
    • getDefaultExceptionThrownRule

      public ExceptionThrownRule getDefaultExceptionThrownRule()
    • putExceptionThrownRule

      public void putExceptionThrownRule(ExceptionThrownRule exceptionThrownRule)
      Puts the exception thrown rule.
      Parameters:
      exceptionThrownRule - the exception thrown rule
    • getExceptionThrownRule

      public ExceptionThrownRule getExceptionThrownRule(Throwable ex)
      Gets the exception thrown rule as specified exception.
      Parameters:
      ex - the exception
      Returns:
      the exception thrown rule
    • getDescriptionRule

      public DescriptionRule getDescriptionRule()
    • setDescriptionRule

      public void setDescriptionRule(DescriptionRule descriptionRule)