Package | Description |
---|---|
org.seedstack.seed |
Provides SeedStack main APIs.
|
org.seedstack.seed.core |
SeedStack core classes and main entry-point.
|
org.seedstack.seed.spi |
Provides classes allowing to extends the SeedStack Java framework.
|
org.seedstack.shed.exception |
Modifier and Type | Class and Description |
---|---|
class |
SeedException
This is the base class for all SeedStack Java framework exceptions.
|
Modifier and Type | Method and Description |
---|---|
static BaseException |
Seed.translateException(Exception exception)
Translates any exception that occurred in the application using an extensible exception mechanism.
|
Modifier and Type | Method and Description |
---|---|
BaseException |
SeedExceptionTranslator.translate(Exception e)
Translate the specified exception.
|
Modifier and Type | Method and Description |
---|---|
static <E extends BaseException> |
BaseException.createNew(Class<E> exceptionType,
ErrorCode errorCode)
Create a new subclass of BaseException from an
ErrorCode . |
<E extends BaseException> |
BaseException.put(String name,
Object value)
Put a property in this exception.
|
static <E extends BaseException> |
BaseException.wrap(Class<E> exceptionType,
Throwable throwable,
ErrorCode errorCode)
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.