Class Metadata.MultiProjectPendingException

All Implemented Interfaces:
Serializable
Enclosing class:
Metadata

public static class Metadata.MultiProjectPendingException extends UnsupportedOperationException
Temporary exception indicating a call to Metadata.getSingleProject() when there are multiple projects. This can be used to filter out exceptions due to code not converted over yet. To be removed when Metadata.getSingleProject() is removed.
See Also:
  • Constructor Details

    • MultiProjectPendingException

      public MultiProjectPendingException(String message)