public class LanguageException
extends com.streamscape.sdo.IAbstractExceptionEvent
Title: Structured Data Objects
Description: Defines an exception that passed to catch block in trigger script.
Copyright: Copyright (c) 2014
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ID |
static java.lang.String |
NAME_PROPERTY |
static java.lang.String |
TYPE_PROPERTY |
static java.lang.String |
TYPE_SCRIPT |
static java.lang.String |
TYPE_SQL |
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
LanguageException(int errorCode,
java.lang.String message) |
LanguageException(int errorCode,
java.lang.String message,
Severity severity) |
LanguageException(int errorCode,
java.lang.String message,
java.lang.Throwable cause) |
LanguageException(int errorCode,
java.lang.String message,
java.lang.Throwable cause,
Severity severity) |
LanguageException(int errorCode,
java.lang.Throwable cause) |
LanguageException(int errorCode,
java.lang.Throwable cause,
Severity severity) |
Modifier and Type | Method and Description |
---|---|
static LanguageException |
create(java.lang.Exception exception) |
java.lang.String |
getName() |
java.lang.Exception |
getOriginalException() |
java.lang.String |
getType() |
void |
setName(java.lang.String name) |
void |
setType(java.lang.String type) |
canConvertEventProperty, clearEventProperties, clone, equals, existsEventProperty, getCorrelationId, getCorrelationIdAsBytes, getDurable, getErrorCode, getErrorCodeAsString, getErrorMessage, getErrorPrefix, getEventBigDecimalProperty, getEventBooleanProperty, getEventByteProperty, getEventDoubleProperty, getEventFloatProperty, getEventGroupId, getEventId, getEventIntProperty, getEventKey, getEventLongProperty, getEventObjectProperty, getEventPropertyNames, getEventPropertyType, getEventShortProperty, getEventSink, getEventSource, getEventStringProperty, getReplyTo, getSerialVersionUID, getSeverity, getTimestamp, getTransmitAccess, isCoalesced, removeEventProperty, resetReplyTo, setCorrelationId, setCorrelationIdAsBytes, setDurable, setErrorCode, setEventBigDecimalProperty, setEventBigDecimalProperty, setEventBooleanProperty, setEventByteProperty, setEventDoubleProperty, setEventFloatProperty, setEventGroupId, setEventIntProperty, setEventKey, setEventLongProperty, setEventObjectProperty, setEventShortProperty, setEventSink, setEventStringProperty, setReplyTo, setSeverity, toString
public static final java.lang.String EVENT_ID
public static final java.lang.String TYPE_SQL
public static final java.lang.String TYPE_SCRIPT
public static final java.lang.String TYPE_PROPERTY
public static final java.lang.String NAME_PROPERTY
public LanguageException(int errorCode, java.lang.String message)
public LanguageException(int errorCode, java.lang.Throwable cause)
public LanguageException(int errorCode, java.lang.String message, java.lang.Throwable cause)
public LanguageException(int errorCode, java.lang.String message, Severity severity)
public LanguageException(int errorCode, java.lang.Throwable cause, Severity severity)
public LanguageException(int errorCode, java.lang.String message, java.lang.Throwable cause, Severity severity)
public java.lang.String getType() throws SecurityViolationException, SDOException
public void setType(java.lang.String type) throws SecurityViolationException, SDOException
public java.lang.String getName() throws SecurityViolationException, SDOException
public void setName(java.lang.String name) throws SecurityViolationException, SDOException
public java.lang.Exception getOriginalException()
public static LanguageException create(java.lang.Exception exception)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.