org.fuin.kickstart4j
Class OptionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fuin.kickstart4j.OptionNotFoundException
All Implemented Interfaces:
java.io.Serializable

public final class OptionNotFoundException
extends java.lang.Exception

An option key is unknown.

See Also:
Serialized Form

Constructor Summary
OptionNotFoundException(java.lang.String message)
          Constructor with message.
 
Method Summary
 
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

OptionNotFoundException

public OptionNotFoundException(java.lang.String message)
Constructor with message.

Parameters:
message - Error message.


Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.