Class UnknownDirectionException

All Implemented Interfaces:
Serializable

public class UnknownDirectionException extends WorldEditException
Thrown when an unknown direction is specified or detected.
See Also:
  • Constructor Details

    • UnknownDirectionException

      public UnknownDirectionException(String dir)
      Create a new instance.
      Parameters:
      dir - the input that was tried
  • Method Details

    • getDirection

      public String getDirection()
      Get the direction string that was input.
      Returns:
      input