fdda.dialog.java2d
Class NoSuitableComponentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fdda.dialog.java2d.NoSuitableComponentException
All Implemented Interfaces:
Serializable

public class NoSuitableComponentException
extends Exception

Exception that is thrown if a manipulater isn't used correctly. May contain a reason for the throwing, coded as an int.

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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
NoSuitableComponentException()
          Constructor
NoSuitableComponentException(String message)
          Construcotr with message
NoSuitableComponentException(String message, int reason)
          Constructor with message and reason
 
Method Summary
 int getReason()
          Returns the code for the reason for the exception
 
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

NoSuitableComponentException

public NoSuitableComponentException()
Constructor


NoSuitableComponentException

public NoSuitableComponentException(String message)
Construcotr with message

Parameters:
message - the message

NoSuitableComponentException

public NoSuitableComponentException(String message,
                                    int reason)
Constructor with message and reason

Parameters:
message - the message
reason - the reason
Method Detail

getReason

public int getReason()
Returns the code for the reason for the exception

Returns:
the reason


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