Package com.stata.sfi

Class FrameException

    • Constructor Detail

      • 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.