org.objectweb.proactive.core.component.exceptions
Class InterfaceGenerationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.proactive.core.component.exceptions.InterfaceGenerationFailedException
All Implemented Interfaces:
java.io.Serializable

public class InterfaceGenerationFailedException
extends java.lang.Exception

This exception occurs when the generation of component interfaces fails.

Author:
Matthieu Morel
See Also:
Serialized Form

Constructor Summary
InterfaceGenerationFailedException()
          constructor
InterfaceGenerationFailedException(java.lang.String message)
           
InterfaceGenerationFailedException(java.lang.String message, java.lang.Throwable cause)
           
InterfaceGenerationFailedException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

InterfaceGenerationFailedException

public InterfaceGenerationFailedException()
constructor


InterfaceGenerationFailedException

public InterfaceGenerationFailedException(java.lang.String message)
Parameters:
message - the error message

InterfaceGenerationFailedException

public InterfaceGenerationFailedException(java.lang.String message,
                                          java.lang.Throwable cause)
Parameters:
message - the error message
cause - the cause ...

InterfaceGenerationFailedException

public InterfaceGenerationFailedException(java.lang.Throwable cause)
Parameters:
cause -


Copyright ? October 2004 INRIA All Rights Reserved.