com.github.croesch.micro_debug.argument
Class WrongParameterNumberArgument

java.lang.Object
  extended by com.github.croesch.micro_debug.argument.AArgument
      extended by com.github.croesch.micro_debug.argument.AError
          extended by com.github.croesch.micro_debug.argument.WrongParameterNumberArgument

public final class WrongParameterNumberArgument
extends AError

argument that signalizes an argument with the wrong number of parameters

Since:
Date: Feb 28, 2012
Author:
croesch

Method Summary
protected  Text getErrorText()
          Returns the Text to visualise the problem of the invalid argument.
static WrongParameterNumberArgument getInstance()
          The singleton instance of this argument.
 
Methods inherited from class com.github.croesch.micro_debug.argument.AError
execute, name
 
Methods inherited from class com.github.croesch.micro_debug.argument.AArgument
createArgumentList, matches, of, releaseAllResources, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

@NotNull
public static WrongParameterNumberArgument getInstance()
The singleton instance of this argument.

Returns:
the single instance of this argument.
Since:
Date: Feb 28, 2012

getErrorText

@NotNull
protected Text getErrorText()
Description copied from class: AError
Returns the Text to visualise the problem of the invalid argument.

Specified by:
getErrorText in class AError
Returns:
the Text that describes why the argument is invalid.


Copyright © 2012. All Rights Reserved.