fdda.dialog
Class NoSuchCommandException

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

public class NoSuchCommandException
extends Exception

Exception that is thrown if a dialog and its control class interact wrongly, namely if they try to reference a not existing command.

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

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

NoSuchCommandException

public NoSuchCommandException()
Constructor


NoSuchCommandException

public NoSuchCommandException(String message)
Constructor with message

Parameters:
message - the message

NoSuchCommandException

public NoSuchCommandException(String message,
                              Throwable cause)
Constructor with message and cause

Parameters:
message - the message
cause - the cause

NoSuchCommandException

public NoSuchCommandException(Throwable cause)
Constructor with cause

Parameters:
cause - the cause


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