Package de.monticore

Class AmbiguityException

All Implemented Interfaces:
Serializable

public class AmbiguityException extends RuntimeException
This exception is thrown whenever a model or resource is ambiguously specified. Common examples are two models in the modelpath sharing the same fully qualified name or two symbols in the symboltable sharing an identifier.
See Also:
  • Field Details

    • ambiguities

      protected String[] ambiguities
  • Constructor Details

    • AmbiguityException

      public AmbiguityException()
    • AmbiguityException

      public AmbiguityException(String message, String... ambiguities)
  • Method Details