junit.extensions.jfunc.runner
Class UsageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--junit.extensions.jfunc.runner.UsageException
All Implemented Interfaces:
java.io.Serializable

public class UsageException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UsageException()
           
UsageException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UsageException

public UsageException(java.lang.String msg)

UsageException

public UsageException()