Package com.saperion.common.lang.exception
Contains standard exception classes.
-
Class Summary Class Description ErrorCode Base class of all error codes forBaseExceptions.Exceptions The class Exceptions provides exception utility methods. -
Exception Summary Exception Description BaseException Standard base class of all checked Exceptions.FatalStateException AFatalStateExceptionis a specializedIllegalStateExceptionto emphasize the fatal seriousness of the program state.PortableException AnException-implementation that substitutes otherThrowables in an error-stack to make their information portable to other JVMs.UnreachableCodeException AnUnreachableCodeExceptionis a specializedIllegalStateExceptionto denote a point of code that cannot be reached.