Class PrefabSaveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hypixel.hytale.server.core.prefab.PrefabSaveException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPrefabSaveException(PrefabSaveException.Type type, String message) PrefabSaveException(PrefabSaveException.Type type, String message, Throwable cause) PrefabSaveException(PrefabSaveException.Type type, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
type
-
-
Constructor Details
-
PrefabSaveException
-
PrefabSaveException
-
PrefabSaveException
-
PrefabSaveException
-
-
Method Details
-
getType
-