Package org.spongepowered.api.registry
Class ValueNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.spongepowered.api.registry.ValueNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ValueNotFoundException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueNotFoundException(java.lang.String message)
ValueNotFoundException(java.lang.String message, java.lang.Throwable cause)
ValueNotFoundException(java.lang.Throwable cause)
-