Class EmptyTownException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.palmergames.bukkit.towny.exceptions.EmptyTownException
All Implemented Interfaces:
Serializable

public class EmptyTownException extends Exception
See Also:
  • Constructor Details

    • EmptyTownException

      public EmptyTownException(Town town)
    • EmptyTownException

      public EmptyTownException(Town town, EmptyNationException emptyNationException)
  • Method Details

    • hasEmptyNationException

      public boolean hasEmptyNationException()
    • getEmptyNationException

      public EmptyNationException getEmptyNationException()
    • setEmptyNationException

      public void setEmptyNationException(EmptyNationException emptyNationException)
    • setTown

      public void setTown(Town town)
    • getTown

      public Town getTown()