Sample Guide for exception

exception Sample Project

  1. 기본 설명
    이 예제는 exception 처리 관련 기본 동작을 테스트하는 예제이다.
  2. 사용법
    • test.TestCase1, TestCase2, TestCase2 을 실행 시켜서 Glue Service에서 exception 처리를 어떤 식으로 하는지 확인할 수 있다.
    • test.TestCase1 : exception 발생 시 별도 처리 없음
    • test.TestCase2 : failure transition을 통해서 exception 처리
    • test.TestCase3 : failure transition을 통해서 exception 처리 후 GlueException을 Throw한다.