public class SystemExceptions
extends java.lang.Object
Title: Structured Data Objects
Description: Defines event ids of the exceptions reserved for system purposes.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Constructor and Description |
---|
SystemExceptions() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isSystem(java.lang.String eventId)
Checks if the specified event id is reserved for system purposes.
|
static java.util.List |
listEventIds()
Returns a list of the event ids of exceptions reserved for system purposes.
|
public static boolean isSystem(java.lang.String eventId)
eventId
- the event id to be checked.true
if the event id is reserved for system purposes, false
otherwise.public static java.util.List listEventIds()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.