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)
ENOVWebException(String iTag, ENOVILogonToken iToken)
ENOVWebException(String iTag, Locale iLocale)
ENOVWebException(String iFile, String iTag, ENOVILogonToken iToken)
ENOVWebException(String iFile, String iTag, Locale iLocale)

Method Summary
String[] getMessages()


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

    String[] getMessages()

Support for multiple messages within one exception



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