Class NotYetCreatedException

All Implemented Interfaces:
Serializable

public class NotYetCreatedException extends UnsupportedOperationException
Thrown when a field or section is not available because the process to create it has not been run, eg if a section needs to be reassembled from multiple records. There should be a method provided to create the information, after which the field or method will be available.
See Also:
  • Constructor Details

    • NotYetCreatedException

      public NotYetCreatedException(String message)