Class BuildException

  • All Implemented Interfaces:
    Serializable

    public class BuildException
    extends Exception
    This exception is thrown if an error occurs while building an object through Java reflection.
    See Also:
    Serialized Form
    • Constructor Detail

      • BuildException

        public BuildException​(String message)
      • BuildException

        public BuildException​(String message,
                              Throwable cause)