fdda.plugins
Class MissingOptionsException

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

public class MissingOptionsException
extends Exception

Exception that may be thrown by a plug-in if essential options are missing.

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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MissingOptionsException()
          Default constructor
MissingOptionsException(String message)
          Construktor with message
 
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

MissingOptionsException

public MissingOptionsException()
Default constructor


MissingOptionsException

public MissingOptionsException(String message)
Construktor with message

Parameters:
message - the message


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