net.obsearch.example
Class HelpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.obsearch.example.HelpException
All Implemented Interfaces:
Serializable

public class HelpException
extends Exception

Exception used when the program receives the "help" command line. This is used so that the code in "main" is cleaner.

Since:
0.7
Author:
Arnoldo Jose Muller Molina
See Also:
Serialized Form

Constructor Summary
HelpException()
           
 
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

HelpException

public HelpException()


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.