Package Framework

Examples of Framework.UsageException$qq_Resolver


     * @param dirs Type: Array_Of_TextData<TextData>
     * @param currentOne Type: int
     * @return ObjectWrapper
     */
    public ObjectWrapper reTry(@Input TextData servicePath, @Input Array_Of_TextData<TextData> dirs, @Input int currentOne) {
        throw new UsageException("This is a stub method only from a Forte library, please implement the library");
    }
View Full Code Here


     * @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
     * @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
     * @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
     */
    public void setTraceMsg(MsgCatalog poMsgCatalog, int piSetNumber, int piMsgNumber, String psDefaultString, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
        throw new UsageException("This is a stub method only from a Forte library, please implement the library");
    }
View Full Code Here

     * @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
     * @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
     * @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
     */
    public void setTraceMsg(String psMessage, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
        throw new UsageException("This is a stub method only from a Forte library, please implement the library");
    }
View Full Code Here

     * setTracingMethod<p>
     * <p>
     * @param methodName Type: String
     */
    public void setTracingMethod(String methodName) {
        throw new UsageException("This is a stub method only from a Forte library, please implement the library");
    }
View Full Code Here

     * @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
     * @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
     * @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
     */
    public void traceIt(String psMethod, int piLevel, String poMessage, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
        throw new UsageException("This is a stub method only from a Forte library, please implement the library");
    }
View Full Code Here

     * @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
     * @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
     * @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
     */
    public void traceIt(int piLevel, String psMessage, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
        throw new UsageException("This is a stub method only from a Forte library, please implement the library");
    }
View Full Code Here

     * @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
     * @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
     * @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
     */
    public void traceIt(String psMessage, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
        throw new UsageException("This is a stub method only from a Forte library, please implement the library");
    }
View Full Code Here

     * getRuleType<p>
     * <p>
     * @return int
     */
    public int getRuleType() {
        throw new UsageException("This is a stub method only from a Forte library, please implement the library");
    }
View Full Code Here

     * <p>
     * @param opCode Type: int
     * @return boolean
     */
    public boolean isA2POp(int opCode) {
        throw new UsageException("This is a stub method only from a Forte library, please implement the library");
    }
View Full Code Here

     * <p>
     * @param opCode Type: int
     * @return boolean
     */
    public boolean isAFollowupOp(int opCode) {
        throw new UsageException("This is a stub method only from a Forte library, please implement the library");
    }
View Full Code Here

TOP

Related Classes of Framework.UsageException$qq_Resolver

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.