Class BaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComException, EntityException, MemoryException, MultiCauseException, ParsingException, PersistenceException, StorageConfigurationException, StorageException, StorageRestAdapterException, StorageRestServiceNotFoundException, StorageViewException

public class BaseException
extends RuntimeException
Base class for all exceptions that workarounds some design mistakes in JDK exceptions. For example disposing of the impractical, dangerous and clean-code-preventing checked exceptions or a proper distinction between assembling the output string and querying the custom message.
See Also:
Serialized Form