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.

Author:  Hassan Aït-Kaci
See also:  Command
Copyright:  © by the author
Version:  Last modified on Fri Apr 13 19:43:24 2012 by hak



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