Package com.saperion.common.lang.exception
package com.saperion.common.lang.exception
Contains standard exception classes.
-
ClassDescriptionStandard base class of all checked Exceptions.Base class of all error codes for
BaseExceptions.The class Exceptions provides exception utility methods.AFatalStateExceptionis a specializedIllegalStateExceptionto emphasize the fatal seriousness of the program state.AnUnreachableCodeExceptionis a specializedIllegalStateExceptionto denote a point of code that cannot be reached.