Uses of Class
org.seedstack.seed.SeedException
-
Packages that use SeedException Package Description org.seedstack.seed Provides SeedStack main APIs. -
-
Uses of SeedException in org.seedstack.seed
Methods in org.seedstack.seed that return SeedException Modifier and Type Method Description static SeedExceptionSeedException. createNew(org.seedstack.shed.exception.ErrorCode errorCode)Create a new SeedException from anErrorCode.static SeedExceptionSeedException. wrap(Throwable throwable, org.seedstack.shed.exception.ErrorCode errorCode)Wrap a SeedException with anErrorCodearound an existingThrowable.
-