fdda.plugins
Class ComponentNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fdda.plugins.ComponentNotSupportedException
All Implemented Interfaces:
Serializable

public class ComponentNotSupportedException
extends Exception

Exception that is thrown if a plugin doesn't support the currently used components for graphics or dialog.

Author:
Jörg Rüdenauer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ComponentNotSupportedException()
          Constructor for ComponentNotSupportedException.
ComponentNotSupportedException(String message)
          Constructor for ComponentNotSupportedException.
ComponentNotSupportedException(String message, Throwable cause)
          Constructor for ComponentNotSupportedException.
ComponentNotSupportedException(Throwable cause)
          Constructor for ComponentNotSupportedException.
 
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

ComponentNotSupportedException

public ComponentNotSupportedException()
Constructor for ComponentNotSupportedException.


ComponentNotSupportedException

public ComponentNotSupportedException(String message)
Constructor for ComponentNotSupportedException.

Parameters:
message - the message

ComponentNotSupportedException

public ComponentNotSupportedException(String message,
                                      Throwable cause)
Constructor for ComponentNotSupportedException.

Parameters:
message - the message
cause - the cause

ComponentNotSupportedException

public ComponentNotSupportedException(Throwable cause)
Constructor for ComponentNotSupportedException.

Parameters:
cause - the cause


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.