Serialized Form
-
Package dev.voidframework.core.exception
-
Exception dev.voidframework.core.exception.AppLauncherException
class AppLauncherException extends RuntimeException implements Serializable -
Exception dev.voidframework.core.exception.AppLauncherException.AlreadyRunning
class AlreadyRunning extends AppLauncherException implements Serializable -
Exception dev.voidframework.core.exception.AppLauncherException.ModuleInitFailure
class ModuleInitFailure extends AppLauncherException implements Serializable -
Exception dev.voidframework.core.exception.ClasspathBootstrapGeneratorException
class ClasspathBootstrapGeneratorException extends RuntimeException implements Serializable -
Exception dev.voidframework.core.exception.ClasspathBootstrapGeneratorException.MissingProgramArgument
class MissingProgramArgument extends ClasspathBootstrapGeneratorException implements Serializable -
Exception dev.voidframework.core.exception.ConditionalFeatureException
class ConditionalFeatureException extends RuntimeException implements Serializable -
Exception dev.voidframework.core.exception.ConditionalFeatureException.ConditionInitFailure
class ConditionInitFailure extends RemoteConfigurationException implements Serializable -
Exception dev.voidframework.core.exception.ConversionException
class ConversionException extends RuntimeException implements Serializable -
Exception dev.voidframework.core.exception.ConversionException.ConverterAlreadyRegistered
class ConverterAlreadyRegistered extends ConversionException implements Serializable -
Exception dev.voidframework.core.exception.ConversionException.ConverterDoesNotExist
class ConverterDoesNotExist extends ConversionException implements Serializable -
Exception dev.voidframework.core.exception.ConversionException.InvalidConverter
class InvalidConverter extends ConversionException implements Serializable -
Exception dev.voidframework.core.exception.JsonException
class JsonException extends RuntimeException implements Serializable -
Exception dev.voidframework.core.exception.JsonException.FromJsonConversionFailure
class FromJsonConversionFailure extends JsonException implements Serializable -
Exception dev.voidframework.core.exception.JsonException.ToJsonConversionFailure
class ToJsonConversionFailure extends JsonException implements Serializable -
Exception dev.voidframework.core.exception.JsonException.ToStringConversionFailure
class ToStringConversionFailure extends JsonException implements Serializable -
Exception dev.voidframework.core.exception.LifeCycleException
class LifeCycleException extends RuntimeException implements Serializable -
Exception dev.voidframework.core.exception.LifeCycleException.InvocationFailure
class InvocationFailure extends LifeCycleException implements Serializable -
Exception dev.voidframework.core.exception.RemoteConfigurationException
class RemoteConfigurationException extends RuntimeException implements Serializable -
Exception dev.voidframework.core.exception.RemoteConfigurationException.BadProvider
class BadProvider extends RemoteConfigurationException implements Serializable -
Exception dev.voidframework.core.exception.RemoteConfigurationException.BadValue
class BadValue extends RemoteConfigurationException implements Serializable -
Exception dev.voidframework.core.exception.RemoteConfigurationException.FetchError
class FetchError extends RemoteConfigurationException implements Serializable -
Exception dev.voidframework.core.exception.RemoteConfigurationException.ProviderDoesNotExist
class ProviderDoesNotExist extends RemoteConfigurationException implements Serializable -
Exception dev.voidframework.core.exception.RemoteConfigurationException.StorageException
class StorageException extends RemoteConfigurationException implements Serializable -
Exception dev.voidframework.core.exception.XmlException
class XmlException extends RuntimeException implements Serializable -
Exception dev.voidframework.core.exception.XmlException.FromXmlConversionFailure
class FromXmlConversionFailure extends XmlException implements Serializable -
Exception dev.voidframework.core.exception.XmlException.ToStringConversionFailure
class ToStringConversionFailure extends JsonException implements Serializable -
Exception dev.voidframework.core.exception.XmlException.ToXmlConversionFailure
class ToXmlConversionFailure extends XmlException implements Serializable -
Exception dev.voidframework.core.exception.YamlException
class YamlException extends RuntimeException implements Serializable -
Exception dev.voidframework.core.exception.YamlException.FromYamlConversionFailure
class FromYamlConversionFailure extends YamlException implements Serializable -
Exception dev.voidframework.core.exception.YamlException.ToStringConversionFailure
class ToStringConversionFailure extends JsonException implements Serializable -
Exception dev.voidframework.core.exception.YamlException.ToYamlConversionFailure
class ToYamlConversionFailure extends YamlException implements Serializable
-
-
Package dev.voidframework.core.jackson
-
Class dev.voidframework.core.jackson.CUIDDeserializer
class CUIDDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<CUID> implements Serializable -
Class dev.voidframework.core.jackson.CUIDSerializer
class CUIDSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<CUID> implements Serializable -
Class dev.voidframework.core.jackson.VoidFrameworkModule
class VoidFrameworkModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
Package dev.voidframework.core.lang
-
Class dev.voidframework.core.lang.CUID
class CUID extends Object implements Serializable- serialVersionUID:
- -2441709761088574861L
-
Serialized Fields
-
value
String value
-
-