Package com.dassault_systemes.enovwebsrvr.ews0infra.infra

   
Class ENOVWebException

 
Class Hierarchy
java.lang.Object
  |
  +-java.lang.Throwable
        |
        +-java.lang.Exception
              |
              +-com.dassault_systemes.enovwebsrvr.ews0infra.infra.ENOVWebException
Class Location

Framework : ENOVWebSrvr

Module : EWS0Infra

Class Description

public class ENOVWebException

Base class for exceptions thrown by ENOVWebSrvr interfaces. Not recommended for general use.

Field Summary

Constructor Summary
ENOVWebException(String[] iMsgs)
This constructor should be used when a set of post-translated messages are available, such as the result of a server method invocation.
ENOVWebException(String iTag, ENOVILogonToken iToken)
Defaults the resource file to "ENOVWebMsgs"
ENOVWebException(String iTag, Locale iLocale)
Defaults the resource file to "ENOVWebMsgs"
ENOVWebException(String iFile, String iTag, ENOVILogonToken iToken)
ENOVWebException(String iFile, String iTag, Locale iLocale)

Method Summary
public String[] getMessages()
Support for multiple messages within one exception


Field Detail

Constructor Detail

ENOVWebException

    ENOVWebException(String[] iMsgs)

This constructor should be used when a set of post-translated messages are available, such as the result of a server method invocation.


ENOVWebException

    ENOVWebException(String iTag, ENOVILogonToken iToken)

Defaults the resource file to "ENOVWebMsgs"

Parameters:
iTag
Message key
iToken
Logon token, used to retrieve language

ENOVWebException

    ENOVWebException(String iTag, Locale iLocale)

Defaults the resource file to "ENOVWebMsgs"

Parameters:
iTag
Message key
iLocale
Language to retrieve message for

ENOVWebException

    ENOVWebException(String iFile, String iTag, ENOVILogonToken iToken)

Parameters:
iFile
Message resource file
iTag
Message key
iToken
Logon token, used to retrieve language

ENOVWebException

    ENOVWebException(String iFile, String iTag, Locale iLocale)

Parameters:
iFile
Message resource file
iTag
Message key
iLocale
Language to retrieve message for

Method Detail

getMessages

    public String[] getMessages()

Support for multiple messages within one exception



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