Package de.monticore
Class AmbiguityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.monticore.AmbiguityException
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ambiguities
-
-
Constructor Details
-
AmbiguityException
public AmbiguityException() -
AmbiguityException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-