Apache CXF API

org.apache.cxf.tools.common.toolspec.parser
Class ErrorVisitor.UnexpectedArgument

java.lang.Object
  extended by org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.UnexpectedArgument
All Implemented Interfaces:
CommandLineError
Enclosing class:
ErrorVisitor

public static class ErrorVisitor.UnexpectedArgument
extends Object
implements CommandLineError


Constructor Summary
ErrorVisitor.UnexpectedArgument(String a)
           
 
Method Summary
 String getArgument()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorVisitor.UnexpectedArgument

public ErrorVisitor.UnexpectedArgument(String a)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getArgument

public String getArgument()

Apache CXF API

Apache CXF