异常概述 异常的概念
异常的分类 常见异常的发生时机 异常处理 自定义异常:eg: Declare myerr Excption; Begin ... raise mysrr; exception when myerr then ... End;异常的传播与使用原则