Interface | Description |
---|---|
RosetteConfiguration |
This is a marker interface to mark classes that provide configuration
for factories and components.
|
RosetteConfigurationKey |
This is a marker interface for enums used
as configuration keys for Rosette factories
and components.
|
Exception | Description |
---|---|
RosetteCorruptLicenseException |
Indicates that a license is corrupt, e.g.
|
RosetteException |
Base exception class for checked errors in Rosette.
|
RosetteExpiredLicenseException |
Attempt to use a Rosette feature for which the license has expired.
|
RosetteIllegalArgumentException |
Thrown to indicate that a Rosette component has been passed an illegal or
inappropriate argument, for example, if a component requires tokens but
no tokens were supplied.
|
RosetteInterruptedException |
Unchecked exception thrown when Rosette detects that
Thread.interrupted() returns true. |
RosetteNoLicenseException |
Attempt to use a Rosette feature for which there is no license.
|
RosetteRuntimeException |
Base class for unchecked Rosette exceptions.
|
RosetteUnsupportedLanguageException |
Exception resulting from attempting to use an unsupported language.
|
Annotation Type | Description |
---|---|
RosetteSystemBundlePackage |
Mark a package for inclusion in the system bundle
when Rosette is deployed in an embedded OSGi container..
|
Copyright © 2016 Basis Technology Corporation. All Rights Reserved.