net.minecraft.command
Class WrongUsageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.minecraft.command.CommandException
                  extended by net.minecraft.command.SyntaxErrorException
                      extended by net.minecraft.command.WrongUsageException
All Implemented Interfaces:
Serializable

public class WrongUsageException
extends SyntaxErrorException

See Also:
Serialized Form

Constructor Summary
WrongUsageException(String par1Str, Object... par2ArrayOfObj)
           
 
Method Summary
 
Methods inherited from class net.minecraft.command.CommandException
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

WrongUsageException

public WrongUsageException(String par1Str,
                           Object... par2ArrayOfObj)