Package | Description |
---|---|
com.whitestein.lsps.common | |
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.lang.compiled | |
com.whitestein.lsps.lang |
This is the main package for the LSPS expression language.
|
com.whitestein.lsps.stdlib.function.sqlparser | |
com.whitestein.lsps.xml.util |
Modifier and Type | Class and Description |
---|---|
class |
ErrorException
This exception represents a BPMN error.
|
class |
ErrorRuntimeException
This is an unchecked version of
ErrorException . |
class |
TransactionRollbackErrorException
Exception thrown when there is detected a transaction roll-back during execution.
|
Constructor and Description |
---|
TransactionRollbackErrorException(Throwable cause,
IErrorException lastErrorException)
Creates new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
WrappingErrorException
Error exception used to wrap runtime exceptions to prevent rollback.
|
Modifier and Type | Method and Description |
---|---|
void |
EJBRollbackChecker.checkRollback(Throwable e,
IErrorException lastErrorException)
If there is a transaction roll-back, the roll-back exception is re-thrown to prevent catching it by
BPM error handling.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
CompiledNamespace.checkRollback(Namespace namespace,
Throwable th,
IErrorException e) |
protected void |
CompiledNamespace.checkRollback(Throwable th,
IErrorException e) |
Modifier and Type | Method and Description |
---|---|
void |
RollbackChecker.checkRollback(Throwable e,
IErrorException lastErrorException)
Checks if a roll-back exception occurs as a cause of the exception.
|
void |
EmptyRollbackChecker.checkRollback(Throwable e,
IErrorException lastErrorException) |
Modifier and Type | Class and Description |
---|---|
class |
FlywayErrorException |
Modifier and Type | Class and Description |
---|---|
class |
XmlParsingException
This exception occurs if any problem with xml processing (parsing, building) is
detected.
|
class |
XmlProcessingException
This exception occurs if any problem with xml processing (parsing, building) is
detected.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.