moapi
Class NoSuchOptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by moapi.NoSuchOptionException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchOptionException
extends java.lang.RuntimeException

This exception will occur when an option was not found or the types mismatch

Since:
0.7
See Also:
Serialized Form

Constructor Summary
NoSuchOptionException()
          Construct a no such option exception with a null message
NoSuchOptionException(java.lang.String message)
          Construct a no such option exception with a 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

NoSuchOptionException

public NoSuchOptionException()
Construct a no such option exception with a null message


NoSuchOptionException

public NoSuchOptionException(java.lang.String message)
Construct a no such option exception with a message

Parameters:
message - Message for programmer