|
Gridarta Editor
|
Exception thrown for incorrect arguments. More...
Inheritance diagram for net.sf.gridarta.utils.SyntaxErrorException:
Collaboration diagram for net.sf.gridarta.utils.SyntaxErrorException:Public Member Functions | |
| SyntaxErrorException (@NotNull final String usage) | |
| Creates a new instance. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Exception thrown for incorrect arguments.
Definition at line 28 of file SyntaxErrorException.java.
| net.sf.gridarta.utils.SyntaxErrorException.SyntaxErrorException | ( | @NotNull final String | usage | ) |
Creates a new instance.
| usage | describes the expected arguments |
Definition at line 39 of file SyntaxErrorException.java.
|
staticprivate |
The serial version UID.
Definition at line 33 of file SyntaxErrorException.java.