halo.userinterface.cmdline.cmdexceptions
Class NoValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by halo.userinterface.cmdline.cmdexceptions.NoValueException
All Implemented Interfaces:
java.io.Serializable

public class NoValueException
extends java.lang.Exception

Exception which is thrown when no value is given for a flag

Author:
Stefanie Kaufmann
See Also:
Serialized Form

Constructor Summary
NoValueException()
          Creates a new exception
NoValueException(java.lang.String s)
          Creates a new exception
 
Method Summary
 void printMessage()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoValueException

public NoValueException()
Creates a new exception


NoValueException

public NoValueException(java.lang.String s)
Creates a new exception

Parameters:
s -
Method Detail

printMessage

public void printMessage()