import { IPSDELogicParam } from './ipsdelogic-param'; import { IPSDEThrowExceptionLogic } from './ipsdethrow-exception-logic'; import { PSDELogicNodeImpl } from './psdelogic-node-impl'; export declare class PSDEThrowExceptionLogicImpl extends PSDELogicNodeImpl implements IPSDEThrowExceptionLogic { get errorCode(): number; get errorInfo(): string; get exceptionObj(): string; protected exceptionparam: IPSDELogicParam | null; getExceptionParam(): IPSDELogicParam | null; get exceptionParam(): IPSDELogicParam | null; getExceptionParamMust(): IPSDELogicParam; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdethrow-exception-logic-impl.d.ts.map