HyCodeYourTale
classpublicPriority 3

UpdateBinaryPrefabException

com.hypixel.hytale.server.core.prefab.selection.buffer.UpdateBinaryPrefabException

extends RuntimeException

0

Methods

0

Public Methods

0

Fields

1

Constructors

Constructors

public
UpdateBinaryPrefabException(String message)

Inheritance

Parent
Current
Interface
Child

Use mouse wheel to zoom, drag to pan. Click nodes to navigate.

Source Code

package com.hypixel.hytale.server.core.prefab.selection.buffer;

public class UpdateBinaryPrefabException extends RuntimeException {
   public UpdateBinaryPrefabException(String message) {
      super(message);
   }
}