net.minecraft.command
Class CommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.minecraft.command.CommandException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandNotFoundException, NumberInvalidException, PlayerNotFoundException, SyntaxErrorException

public class CommandException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
CommandException(String par1Str, Object... par2ArrayOfObj)
           
 
Method Summary
 Object[] getErrorOjbects()
           
 
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

CommandException

public CommandException(String par1Str,
                        Object... par2ArrayOfObj)
Method Detail

getErrorOjbects

public Object[] getErrorOjbects()