Class LimitException

All Implemented Interfaces:
Serializable

public class LimitException extends RuntimeException
Runtime exception that describes a condition where some fundamental limit imposed by the implementation or specification of a generator has been exceeded.
Author:
Middleware Services
See Also:
  • Constructor Details

    • LimitException

      public LimitException(String message)
      Creates a new instance with the given error description..
      Parameters:
      message - Error message.