Package com.stata.sfi

Class FrameException

All Implemented Interfaces:
Serializable

public class FrameException extends SFIException
The FrameException class is used to indicate that an exceptional condition has occurred with a Frame.
See Also:
  • Constructor Details

    • FrameException

      public FrameException(int errorCode)
      Constructs an instance of FrameException with the specified error code.
      Parameters:
      errorCode - The error code.
    • FrameException

      public FrameException(String message, int errorCode)
      Constructs an instance of FrameException with the specified detail message and error code.
      Parameters:
      message - The detail message.
      errorCode - The error code.