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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.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 © April 2004 INRIA All Rights Reserved.