Class IncompleteException

  • All Implemented Interfaces:
    Serializable


    public class IncompleteException
    extends Annot8RuntimeException
    Exception indicating that a builder has been asked to create a new object without having been given all the required information
    See Also:
    Serialized Form
    • Constructor Detail

      • IncompleteException

        public IncompleteException​(String message)
        Create an exception with the given message
      • IncompleteException

        public IncompleteException​(String message,
                                   Throwable t)
        Create an exception with the given message and a root cause