Apache CXF API

org.apache.cxf.tools.common.toolspec.parser
Class BadUsageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cxf.tools.common.toolspec.parser.BadUsageException
All Implemented Interfaces:
Serializable

public class BadUsageException
extends Exception

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
BadUsageException()
           
BadUsageException(ErrorVisitor err)
           
BadUsageException(String use, ErrorVisitor err)
           
 
Method Summary
 Collection<CommandLineError> getErrors()
           
 String getMessage()
           
 String getUsage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

BadUsageException

public BadUsageException()

BadUsageException

public BadUsageException(ErrorVisitor err)

BadUsageException

public BadUsageException(String use,
                         ErrorVisitor err)
Method Detail

getErrors

public Collection<CommandLineError> getErrors()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getUsage

public String getUsage()

Apache CXF API

Apache CXF