Class CfFrameworkError

All Implemented Interfaces:
Serializable

public class CfFrameworkError extends RuntimeException
Indicates that something went wrong in the framework. Generally should not happen in production.
See Also:
  • Constructor Details

    • CfFrameworkError

      public CfFrameworkError(String message, Object... args)
    • CfFrameworkError

      public CfFrameworkError(String message, Throwable cause, Object... args)