Class BeanCodeGenException

    • Constructor Detail

      • BeanCodeGenException

        public BeanCodeGenException​(String message,
                                    File file,
                                    int line)
        Creates the exception.
        Parameters:
        message - the message
        file - the file that caused the error
        line - the line number
      • BeanCodeGenException

        public BeanCodeGenException​(String message,
                                    Throwable cause,
                                    File file)
        Creates the exception.
        Parameters:
        message - the message
        cause - the cause
        file - the file that caused the error
    • Method Detail

      • getFile

        public File getFile()
        Gets the line number.
        Returns:
        the line number
      • getLine

        public int getLine()
        Gets the line number.
        Returns:
        the line number