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