Apama
10.5.3 |
Introduction to Apama
|
Apama Glossary
|
exception
exception
An exception is an object that represents a runtime error that can be caught with a
try ... catch
statement. In EPL,
Exception
is a reference type in the
com.apama.exceptions
namespace. See
Exception handling
.