Package com.dassault_systemes.enovwebsrvr.ews0infra.interfaces

   
Interface ENOVIServerMessage

 
Class Hierarchy
com.dassault_systemes.enovwebsrvr.ews0infra.interfaces.ENOVIServerMessage
Class Location

Framework : ENOVWebSrvr

Module : EWS0Infra

Class Description

public interface ENOVIServerMessage

Message returned from LCA SIDL command. A representation of the CATVpmInfo object from the C++ server.

Field Summary
public static final int E_FAIL
Severity for failure
public static final int S_OK
Severity for success

Constructor Summary

Method Summary
public int getFileLineNumber()
File line number where the error occured
public String getFileName()
File name where the error occured
public String getMessage()
Content of the message
public int getSeverity()
Severity of the message
public boolean isError()
Tests if the severity indicates and error occured


Field Detail

E_FAIL

    public static final int E_FAIL
Severity for failure


S_OK

    public static final int S_OK
Severity for success


Constructor Detail

Method Detail

getFileLineNumber

    public int getFileLineNumber()

File line number where the error occured


getFileName

    public String getFileName()

File name where the error occured


getMessage

    public String getMessage()

Content of the message


getSeverity

    public int getSeverity()

Severity of the message


isError

    public boolean isError()

Tests if the severity indicates and error occured



Copyright © 2000, Dassault Systèmes. All rights reserved