程序包 | 说明 |
---|---|
com.fr.cert.token | |
com.fr.cluster.base | |
com.fr.decision.webservice.exception | |
com.fr.decision.webservice.exception.backup | |
com.fr.decision.webservice.exception.captcha | |
com.fr.decision.webservice.exception.cluster | |
com.fr.decision.webservice.exception.config | |
com.fr.decision.webservice.exception.data.transfer | |
com.fr.decision.webservice.exception.entry | |
com.fr.decision.webservice.exception.general | |
com.fr.decision.webservice.exception.login | |
com.fr.decision.webservice.exception.user | |
com.fr.exception | |
com.fr.intelli.record | |
com.fr.intelligence | |
com.fr.report |
这个包实现报表的最基础的包,包含了很多组成报表的基础的类.包括
所有报表类都必须实现的定义了报表的各种基本方法和属性的
Report 接口,
抽象实现了Report 接口的AbstractReport 类;
组成报表的基本元素,比如
单元格(CellElement )类,
浮动单元格(FloatElement )类,
页边距(Margin )类等等;
报表包含的属性,比如
报表常量(ReportConstants )类,
报表网络属性(ReportWebAttr )类等等;
分组报表(GroupReport )类,
多页面报表(WorkBook )类,
和电子表格(WorkSheet )类. |
com.fr.restriction | |
com.fr.stable |
定义了一些 Actor
|
com.fr.xml |
限定符和类型 | 类和说明 |
---|---|
class |
ClaimJwtException
ClaimJwtException is a subclass of the
JwtException that is thrown after a validation of an JTW claim failed. |
class |
CompressionException
Exception indicating that either compressing or decompressing an JWT body failed.
|
class |
ExpiredJwtException
Exception indicating that a JWT was accepted after it expired and must be rejected.
|
class |
IncorrectClaimException
Exception thrown when discovering that a required claim does not equal the required value, indicating the JWT is
invalid and may not be used.
|
class |
InvalidClaimException
Exception indicating a parsed claim is invalid in some way.
|
class |
JwtException
Base class for JWT-related runtime exceptions.
|
class |
MalformedJwtException
Exception indicating that a JWT was not correctly constructed and should be rejected.
|
class |
MissingClaimException
Exception thrown when discovering that a required claim is not present, indicating the JWT is
invalid and may not be used.
|
class |
PrematureJwtException
Exception indicating that a JWT was accepted before it is allowed to be accessed and must be rejected.
|
class |
RequiredTypeException
Exception thrown when
Claims.get(String, Class) is called and the value does not match the type of the
Class argument. |
class |
SignatureException
Exception indicating that either calculating a signature or verifying an existing signature of a JWT failed.
|
class |
UnsupportedJwtException
Exception thrown when receiving a JWT in a particular format/configuration that does not match the format expected
by the application.
|
限定符和类型 | 类和说明 |
---|---|
class |
ClusterNodeOfflineException
Created by juhaoyu on 2018/5/23.
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultIntelligenceRuntimeException
默认异常
Created by zhouping on 2018/10/15.
|
class |
DeviceUnauthorizedException
设备未授权异常
|
限定符和类型 | 类和说明 |
---|---|
class |
CannotUpdateException
Created by Zed on 2018/6/13.
|
class |
NoFileToBackupException
Created by Zed on 2018/6/11.
|
限定符和类型 | 类和说明 |
---|---|
class |
CaptchaErrorException
登录验证码错误
Created by zhouping on 2018/3/5.
|
class |
CaptchaTimeoutException
验证码超时异常
Created by zhouping on 2018/3/15.
|
class |
UnverifiedCaptchaException
短信/邮箱验证码未校验异常
Created by zhouping on 2018/3/6.
|
限定符和类型 | 类和说明 |
---|---|
class |
DecisionNotTransferredException
Created by Zed on 2018/4/27.
|
class |
FileServiceConnectionException
Created by Zed on 2018/4/27.
|
class |
StatusServiceConnectionException
Created by Zed on 2018/4/27.
|
限定符和类型 | 类和说明 |
---|---|
class |
EmailServiceNotAvailableException
邮件服务不可用异常
Created by zhouping on 2018/3/8.
|
class |
PhoneOrEmailNotExistException
手机号或者邮箱地址不存在异常
Created by zhouping on 2018/3/5.
|
class |
SMSServiceNotAvailableException
短信服务不可用异常
Created by zhouping on 2018/3/8.
|
限定符和类型 | 类和说明 |
---|---|
class |
TransferEntryTypeConflictException
导入节点类型与现存类型冲突
Created by zhouping on 2018/12/23.
|
class |
TransferJsonEmptyException
迁移json文件内容为空
Created by zhouping on 2018/12/11.
|
限定符和类型 | 类和说明 |
---|---|
class |
EntryNotExistException
节点不存在异常
Created by zhouping on 2018/10/15.
|
class |
EntryNotRemovableException
无法移动至目标位置异常
Created by Zed on 2018/7/25.
|
限定符和类型 | 类和说明 |
---|---|
class |
CommonUserUnsupportedException
Created by zhouping on 2018/6/6.
|
class |
ConnectionNotExistException
Created by Zed on 2018/9/26.
|
class |
ConnectionUnderEditException |
class |
DriverNotFoundException
Created by Zed on 2018/10/29.
|
class |
DuplicatedNameException
命名重复异常
Created by zhouping on 2018/1/21.
|
class |
FormulaParseException |
class |
FunctionNotSupportException
Created by Zed on 2018/6/6.
|
class |
MigrationException
Created by XiaXiang on 2018/11/2.
|
class |
NoPrivilegeException
没有权限异常
Created by zhouping on 2018/1/1.
|
class |
ServerTimeoutException
服务器超时异常
Created by zhouping on 2018/2/4.
|
class |
SpecialCharProhibitException
特殊字符禁止使用异常
Created by zhouping on 2018/6/22.
|
class |
UnsupportedDeviceException
Created by Zed on 2018/8/29.
|
限定符和类型 | 类和说明 |
---|---|
class |
LoginInfoNotAvailableException
登录信息不可用异常
Created by zhouping on 2018/3/15.
|
class |
LoginRecordNotExistException
Created by zhouping on 2018/4/12.
|
class |
LoginTerminalNotMatchException
已登录与访问终端不匹配异常
Created by zhouping on 2018/5/31.
|
class |
OldPwdErrorException
旧密码错误
|
class |
PasswordSameException
Created by Zed on 2018/9/28.
|
class |
SingleLoginOfflineException
单一登录被踢出异常
Created by zhouping on 2018/4/25.
|
class |
UserLoginAlreadyAndCanNotChangePasswordException
Created by Zed on 2018/11/8.
|
class |
UserLoginAlreadyException
用户已经于别处登录异常
Created by zhouping on 2018/2/27.
|
class |
UserLoginLockException
Created by Zed on 2018/8/23.
|
class |
UserNeedSliderVerificationException
Created by Zed on 2018/9/1.
|
class |
UserPasswordErrorAndShowSliderException
Created by Zed on 2018/9/21.
|
class |
UserPasswordNeedUpdateException
Created by Zed on 2018/8/27.
|
class |
UserPwdErrorException
用户名或密码错误
Created by zhouping on 2018/2/4.
|
限定符和类型 | 类和说明 |
---|---|
class |
AuthenticChangeUserNotKickOutException
认证方式改变未踢出用户异常
|
class |
EncryptChangeUserNotCleanupException
导入加密方式未清空用户异常
Created by zhouping on 2018/6/1.
|
class |
MobileUserNotAvailableException
Created by Zed on 2018/8/14.
|
class |
RemovePlatformUserNotKickOutException
从平台使用用户中移除,用户未踢出异常
Created by zhouping on 2018/7/23.
|
class |
TreeImportUserNotCleanupException
导入树数据集未清空异常
Created by zhouping on 2018/2/28.
|
class |
UserAlreadyExistException
Created by Zed on 2018/6/13.
|
class |
UserDataSetChangeUserNotKickOutException
切换用户数据集未踢出用户异常
|
class |
UserNotAvailableException
用户不可用异常
Created by zhouping on 2018/2/4.
|
class |
UserNotExistException
用户不存在异常
Created by zhouping on 2018/3/18.
|
class |
UserPasswordStrengthLimitException
Created by Zed on 2018/8/28.
|
限定符和类型 | 类和说明 |
---|---|
class |
DecryptTemplateException |
class |
ExportTypeNotFoundException |
class |
RemoteDesignPermissionDeniedException |
class |
TemplateFileNotFoundException |
class |
TplLockedException |
限定符和类型 | 类和说明 |
---|---|
class |
MetricException |
限定符和类型 | 类和说明 |
---|---|
class |
IntelligenceException |
class |
IntelligenceRuntimeException |
限定符和类型 | 类和说明 |
---|---|
class |
SecurityException |
限定符和类型 | 类和说明 |
---|---|
class |
MemoryAlarmException
Created by richie on 16/4/18.
|
限定符和类型 | 类和说明 |
---|---|
class |
DeathCycleException
死循环异常
|
限定符和类型 | 类和说明 |
---|---|
class |
XMLErrorMarkerException |