This document describes how to handle exceptions with block coding.
Index
Exception Block
1) Try Catch Blockset
•
Check for exceptions while running block code in the Statements area.
2) Exception Handler
•
Define the exception type and write the exception handling code.
•
Click the button to add or delete exception type.
3) Exception type
•
Block that defines the exception type.
•
Below are the current exception types.
이름 | 설명 |
Runtime Exception | The exception that occurs last among the exceptions checked in the block being used |
InvalidArgumentException | In case of checking the input value of the block |
TransferException | In case of the connection attempt fails in the secure communication block (SSL, Secure, Soap) |
LimitExceededExcpetion | In case of a request exceeds the value set in the Access Control block |
FileException | In case of incorrect path specified when using File Block |
SystemException | If an exception occurs that is not defined above the other |