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()
           
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()

InterfaceGenerationFailedException

public InterfaceGenerationFailedException(java.lang.String message)

InterfaceGenerationFailedException

public InterfaceGenerationFailedException(java.lang.String message,
                                          java.lang.Throwable cause)

InterfaceGenerationFailedException

public InterfaceGenerationFailedException(java.lang.Throwable cause)


Copyright ? April 2005 INRIA All Rights Reserved.