|
CommandException.java
|
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\ // PLEASE DO NOT EDIT WITHOUT THE EXPLICIT CONSENT OF THE AUTHOR! \\ //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\ package hlt.language.tools;
Signals an anomalous situation parsing a command line.
|
public class CommandException extends RuntimeException
{
| Constructs a new CommandException with a message. |
public CommandException (String msg)
{
super(msg);
}
}
This file was generated on Thu Jan 30 10:08:49 CET 2014 from file CommandException.java
by the hlt.language.tools.Hilite Java tool written by Hassan Aït-Kaci