com.quadrique.jbuildingblocks.core.exception
Class JbbMissingCommandLineArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.quadrique.jbuildingblocks.core.exception.JbbException
              extended by com.quadrique.jbuildingblocks.core.exception.JbbMissingCommandLineArgumentException
All Implemented Interfaces:
Serializable

public class JbbMissingCommandLineArgumentException
extends JbbException

Since:
May 4, 2004
See Also:
Serialized Form

Constructor Summary
JbbMissingCommandLineArgumentException(String zUsage)
          Constructor
JbbMissingCommandLineArgumentException(String zUsage, String zSampleUsage)
          Constructor
 
Method Summary
 
Methods inherited from class com.quadrique.jbuildingblocks.core.exception.JbbException
getDetailedMessage, getSerialVersionUID, setDetailedMessage
 
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

JbbMissingCommandLineArgumentException

public JbbMissingCommandLineArgumentException(String zUsage)
Constructor

Parameters:
zUsage - the actual program command line usage (e.g. \"MonitorIt FullInstallationPath\")
See Also:
Exception

JbbMissingCommandLineArgumentException

public JbbMissingCommandLineArgumentException(String zUsage,
                                              String zSampleUsage)
Constructor

Parameters:
zUsage - the actual program command line usage (e.g. \"MonitorIt FullInstallationPath\")
zSampleUsage - an actual sample (e.g. \"MonitorIt c:\Preogra~1\MonitorIt\")
See Also:
Exception


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.