Package com.dassault_systemes.enovwebsrvr.ews0infra.infra |
java.lang.Object
|
+-java.lang.Throwable
|
+-java.lang.Exception
|
+-com.dassault_systemes.enovwebsrvr.ews0infra.infra.ENOVWebException
Framework : ENOVWebSrvr
Module : EWS0Infra
public class ENOVWebException
Base class for exceptions thrown by ENOVWebSrvr interfaces.
Not recommended for general use.
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
getMessages
String[] getMessages()
Support for multiple messages within one exception
Copyright © 2000, Dassault Systèmes. All rights reserved