fCraft  0.636
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
Classes | Namespaces | Enumerations
WorldOpException.cs File Reference

Classes

class  fCraft.WorldOpException
 Exception that is thrown when an invalid operation is attempted on a world. More...
 

Namespaces

package  fCraft
 

Enumerations

enum  fCraft.WorldOpExceptionCode {
  fCraft.Unexpected, fCraft.NoChangeNeeded, fCraft.InvalidWorldName, fCraft.WorldNotFound,
  fCraft.DuplicateWorldName, fCraft.SecurityError, fCraft.CannotDoThatToMainWorld, fCraft.MapNotFound,
  fCraft.MapPathError, fCraft.MapLoadError, fCraft.MapSaveError, fCraft.MapMoveError,
  fCraft.Cancelled
}
 List of common world operation issues. Used by WorldOpException. More...