SMom.Exceptions
Class CCannotConvertEnvelopeToCProcedureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--SMom.Exceptions.CSMomException
                    |
                    +--SMom.Exceptions.CCannotConvertEnvelopeToCProcedureException
All Implemented Interfaces:
java.io.Serializable

public class CCannotConvertEnvelopeToCProcedureException
extends CSMomException

Eccezione generata da un oggetto CProcedure se non riesce a interpretare una Envelope.

Version:
0.1 - Settembre 2004
Author:
Giorgio Bernardi.
E-Mail: Giorgio.Bernardi@studio.unibo.it
See Also:
Serialized Form

Field Summary
protected static java.lang.String ERROR_MESSAGE
          Messaggio standard per l'eccezione corrente
 
Fields inherited from class SMom.Exceptions.CSMomException
CannotConvertStringToEnvelope, DispatcherNotFoundException, InvalidTraceRouteDataException, MethodNotFoundException, MsgManagerNotFoundException, ReceiverNotFoundException, RemoteException, TimeOutExpiredException, TooManyArgumentsForCallByName, UnKnownRemoteException, UnKnownSMomException, VarTypeUnKnownException
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
CCannotConvertEnvelopeToCProcedureException()
          Costruttore con messaggio di errore standard
CCannotConvertEnvelopeToCProcedureException(java.lang.String Source, java.lang.String EnvelopeMessage)
          Costruttore che permette di personalizzare il messaggio di errore e l'origine dell'errore
 
Methods inherited from class SMom.Exceptions.CSMomException
getSMomException, RaiseSMomException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERROR_MESSAGE

protected static java.lang.String ERROR_MESSAGE
Messaggio standard per l'eccezione corrente

Constructor Detail

CCannotConvertEnvelopeToCProcedureException

public CCannotConvertEnvelopeToCProcedureException()
Costruttore con messaggio di errore standard


CCannotConvertEnvelopeToCProcedureException

public CCannotConvertEnvelopeToCProcedureException(java.lang.String Source,
                                                   java.lang.String EnvelopeMessage)
Costruttore che permette di personalizzare il messaggio di errore e l'origine dell'errore



Copyright © 2004 Giorgio Bernardi. All Rights Reserved.