Class CopperlaceException

All Implemented Interfaces:
Serializable

public final class CopperlaceException extends RuntimeException
Runtime exception raised when Copperlace cannot load native code, parse config, compile rules, or render a rule.
See Also:
  • Constructor Details

    • CopperlaceException

      public CopperlaceException(String message)
      Creates an exception with a detail message.
      Parameters:
      message - detail message
    • CopperlaceException

      public CopperlaceException(String message, Throwable cause)
      Creates an exception with a detail message and cause.
      Parameters:
      message - detail message
      cause - underlying cause