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
BaseException
s.The class Exceptions provides exception utility methods.AFatalStateException
is a specializedIllegalStateException
to emphasize the fatal seriousness of the program state.AnUnreachableCodeException
is a specializedIllegalStateException
to denote a point of code that cannot be reached.