|
|
|||||
| Package com.dassault_systemes.enovwebsrvr.ews0infra.interfaces |
Interface ENOVIServerMessage
|
| Class Hierarchy |
com.dassault_systemes.enovwebsrvr.ews0infra.interfaces.ENOVIServerMessage
| Class Location |
| 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 |
public static final int E_FAIL
Severity for failure
public static final int S_OK
Severity for success
| Constructor Detail |
| Method Detail |
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