com.dbdeploy.exceptions
Class UsageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.dbdeploy.exceptions.DbDeployException
                  extended by com.dbdeploy.exceptions.UsageException
All Implemented Interfaces:
Serializable

public class UsageException
extends DbDeployException

See Also:
Serialized Form

Constructor Summary
UsageException(String message)
           
UsageException(String message, Throwable throwable)
           
 
Method Summary
static void throwForMissingRequiredValue(String valueName)
           
 
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

UsageException

public UsageException(String message)

UsageException

public UsageException(String message,
                      Throwable throwable)
Method Detail

throwForMissingRequiredValue

public static void throwForMissingRequiredValue(String valueName)
                                         throws UsageException
Throws:
UsageException


Copyright © 2011. All Rights Reserved.