java2gomd
Class IncorrectNoderangeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava2gomd.GomdException
              extended byjava2gomd.IllegalRequestException
                  extended byjava2gomd.IncorrectNoderangeException
All Implemented Interfaces:
java.io.Serializable

public class IncorrectNoderangeException
extends IllegalRequestException

Indicates the given nodesrange was incorrect

See Also:
Serialized Form

Constructor Summary
IncorrectNoderangeException()
          Constructor
 
Method Summary
 java.lang.String[] showNoderangeSyntax()
          Shows syntax for defining nodes
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncorrectNoderangeException

public IncorrectNoderangeException()
Constructor

Method Detail

showNoderangeSyntax

public java.lang.String[] showNoderangeSyntax()
Shows syntax for defining nodes

Returns:
String[] with the Noderange's Syntax and examples