Uses of Class
com.saperion.common.lang.exception.BaseException
-
Packages that use BaseException Package Description com.saperion.common.lang.exception Contains standard exception classes. -
-
Uses of BaseException in com.saperion.common.lang.exception
Method parameters in com.saperion.common.lang.exception with type arguments of type BaseException Modifier and Type Method Description static void
PortableException. excludePortableBaseExceptionFromConversion(java.lang.Class<? extends BaseException> clazz)
Excludes the specifiedBaseException
-Class
and all its subclasses from future conversions.
-