com.github.croesch.micro_debug.argument
Class UnknownArgument

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.UnknownArgument

public final class UnknownArgument
extends AError

argument that signalizes an unknown argument

Since:
Date: Feb 28, 2012
Author:
croesch

Method Summary
protected  Text getErrorText()
          Returns the Text to visualise the problem of the invalid argument.
static UnknownArgument 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 UnknownArgument 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.