Class ValueNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.api.registry.ValueNotFoundException
All Implemented Interfaces:
Serializable

public final class ValueNotFoundException extends RuntimeException
See Also:
  • Constructor Details

    • ValueNotFoundException

      public ValueNotFoundException(String message)
    • ValueNotFoundException

      public ValueNotFoundException(String message, Throwable cause)
    • ValueNotFoundException

      public ValueNotFoundException(Throwable cause)