edu.rice.comp211.laundry.command
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
edu.rice.comp211.laundry.command.CommandException
- All Implemented Interfaces:
- Serializable
public class CommandException
- extends IOException
Exception class for signalling illegal Laundry input.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommandException
public CommandException(String s)