Class RandomValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.objectsfill.annotation_processor.exceptions.RandomValueException
All Implemented Interfaces:
Serializable

public class RandomValueException extends RuntimeException
Custom exception class for errors related to generating random values.
See Also:
  • Constructor Details

    • RandomValueException

      public RandomValueException(Throwable cause)
      Constructs a RandomValueException with the specified cause.
      Parameters:
      cause - the cause of the exception
    • RandomValueException

      public RandomValueException(String message, Throwable cause)
      Constructs a RandomValueException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception