A B C E G I N S 
All Classes All Packages

A

Assert - Class in com.alibaba.cola.exception
Assertion utility class that assists in validating arguments.
Assert() - Constructor for class com.alibaba.cola.exception.Assert
 

B

BaseException - Exception in com.alibaba.cola.exception
Base Exception is the parent of all exceptions
BaseException(String) - Constructor for exception com.alibaba.cola.exception.BaseException
 
BaseException(String, String) - Constructor for exception com.alibaba.cola.exception.BaseException
 
BaseException(String, String, Throwable) - Constructor for exception com.alibaba.cola.exception.BaseException
 
BaseException(String, Throwable) - Constructor for exception com.alibaba.cola.exception.BaseException
 
bizException(String) - Static method in class com.alibaba.cola.exception.ExceptionFactory
 
bizException(String, String) - Static method in class com.alibaba.cola.exception.ExceptionFactory
 
BizException - Exception in com.alibaba.cola.exception
BizException is known Exception, no need retry
BizException(String) - Constructor for exception com.alibaba.cola.exception.BizException
 
BizException(String, String) - Constructor for exception com.alibaba.cola.exception.BizException
 
BizException(String, String, Throwable) - Constructor for exception com.alibaba.cola.exception.BizException
 
BizException(String, Throwable) - Constructor for exception com.alibaba.cola.exception.BizException
 

C

com.alibaba.cola.exception - package com.alibaba.cola.exception
 

E

ExceptionFactory - Class in com.alibaba.cola.exception
 
ExceptionFactory() - Constructor for class com.alibaba.cola.exception.ExceptionFactory
 

G

getErrCode() - Method in exception com.alibaba.cola.exception.BaseException
 

I

isFalse(boolean) - Static method in class com.alibaba.cola.exception.Assert
 
isFalse(boolean, String) - Static method in class com.alibaba.cola.exception.Assert
 
isFalse(boolean, String, String) - Static method in class com.alibaba.cola.exception.Assert
Assert a boolean expression, if expression is true, throwing BizException for example
isTrue(boolean) - Static method in class com.alibaba.cola.exception.Assert
 
isTrue(boolean, String) - Static method in class com.alibaba.cola.exception.Assert
 
isTrue(boolean, String, String) - Static method in class com.alibaba.cola.exception.Assert
Assert a boolean expression, throwing BizException for example

N

notEmpty(Collection<?>) - Static method in class com.alibaba.cola.exception.Assert
 
notEmpty(Collection<?>, String) - Static method in class com.alibaba.cola.exception.Assert
 
notEmpty(Collection<?>, String, String) - Static method in class com.alibaba.cola.exception.Assert
 
notEmpty(Map<?, ?>) - Static method in class com.alibaba.cola.exception.Assert
 
notEmpty(Map<?, ?>, String) - Static method in class com.alibaba.cola.exception.Assert
 
notEmpty(Map<?, ?>, String, String) - Static method in class com.alibaba.cola.exception.Assert
 
notNull(Object) - Static method in class com.alibaba.cola.exception.Assert
 
notNull(Object, String) - Static method in class com.alibaba.cola.exception.Assert
 
notNull(Object, String, String) - Static method in class com.alibaba.cola.exception.Assert
 

S

setErrCode(String) - Method in exception com.alibaba.cola.exception.BaseException
 
sysException(String) - Static method in class com.alibaba.cola.exception.ExceptionFactory
 
sysException(String, String) - Static method in class com.alibaba.cola.exception.ExceptionFactory
 
sysException(String, String, Throwable) - Static method in class com.alibaba.cola.exception.ExceptionFactory
 
sysException(String, Throwable) - Static method in class com.alibaba.cola.exception.ExceptionFactory
 
SysException - Exception in com.alibaba.cola.exception
System Exception is unexpected Exception, retry might work again
SysException(String) - Constructor for exception com.alibaba.cola.exception.SysException
 
SysException(String, String) - Constructor for exception com.alibaba.cola.exception.SysException
 
SysException(String, String, Throwable) - Constructor for exception com.alibaba.cola.exception.SysException
 
SysException(String, Throwable) - Constructor for exception com.alibaba.cola.exception.SysException
 
A B C E G I N S 
All Classes All Packages