org.apache.blur.shell
Class Command.CommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.blur.shell.Command.CommandException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Main.QuitCommand.QuitCommandException
Enclosing class:
Command

public static class Command.CommandException
extends Exception

See Also:
Serialized Form

Constructor Summary
Command.CommandException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Command.CommandException

public Command.CommandException(String msg)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.