Package Express.services

Examples of Express.services.Error


   *     display method which the caller omitted.<br>
   * <p>
   * @param info Type: LinkInfo
   */
  public void getDefaults(ParameterHolder_LinkInfo info) {
    throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressContainerWindow.GetDefaults", this).getException();
  }
View Full Code Here


   *     display method which the caller omitted.<br>
   * <p>
   * @param info Type: LinkInfo
   */
  public void getDefaults(ParameterHolder_LinkInfo info) {
    throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressContainerWindow.GetDefaults", this).getException();
  }
View Full Code Here

     * <p>
     * @param command Type: int
     * @return boolean
     */
    public boolean getState(int command) {
        throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.GetState", this).getException();
    }
View Full Code Here

     *      HideCommand makes the command invisible to the user.<br>
     * <p>
     * @param command Type: int
     */
    public void hideCommand(int command) {
        throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.HideCommand", this).getException();
    }
View Full Code Here

     *     command set.<br>
     * <p>
     * @param command Type: int
     */
    public void removeCommand(int command) {
        throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.RemoveCommand", this).getException();
    }
View Full Code Here

     *      RemoveSet removes the entire command set from the<br>
     *     window.<br>
     * <p>
     */
    public void removeSet() {
        throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.RemoveSet", this).getException();
    }
View Full Code Here

     * <p>
     * @param command Type: int
     * @param state Type: boolean
     */
    public void setState(int command, boolean state) {
        throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.SetState", this).getException();
    }
View Full Code Here

     *      ShowCommand makes the command visible to the user.<br>
     * <p>
     * @param command Type: int
     */
    public void showCommand(int command) {
        throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.ShowCommand", this).getException();
    }
View Full Code Here

TOP

Related Classes of Express.services.Error

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.