Class FrameworkException

All Implemented Interfaces:
Serializable

public class FrameworkException extends RuntimeException
The basic exception class used to tell when certain things go wrong in evaluation of requests.
See Also:
  • Constructor Details

    • FrameworkException

      public FrameworkException(String msg)
      Creates a new FrameworkException object.
      Parameters:
      msg - ...