import { IPSDEUILogicParam } from './ipsdeuilogic-param'; import { IPSDEUIThrowExceptionLogic } from './ipsdeuithrow-exception-logic'; import { PSDEUILogicNodeImpl } from './psdeuilogic-node-impl'; export declare class PSDEUIThrowExceptionLogicImpl extends PSDEUILogicNodeImpl implements IPSDEUIThrowExceptionLogic { get errorCode(): number; get errorInfo(): string; get exceptionObj(): string; protected exceptionparam: IPSDEUILogicParam | null; getExceptionParam(): IPSDEUILogicParam | null; get exceptionParam(): IPSDEUILogicParam | null; getExceptionParamMust(): IPSDEUILogicParam; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeuithrow-exception-logic-impl.d.ts.map