org.at4j.support.prog
Class CommandErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.at4j.support.prog.CommandErrorException
All Implemented Interfaces:
Serializable

public class CommandErrorException
extends Exception

This checked exception can be thrown by a command if there is an error while it is executing.

Since:
1.0
Author:
Karl Gustafsson
See Also:
Serialized Form

Constructor Summary
CommandErrorException(String msg)
           
 
Method Summary
 
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

CommandErrorException

public CommandErrorException(String msg)