Package tools.refinery.generator
Class ValidationErrorsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
tools.refinery.generator.ValidationErrorsException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionValidationErrorsException
(org.eclipse.emf.common.util.URI resourceUri, List<org.eclipse.xtext.validation.Issue> errors) -
Method Summary
Modifier and TypeMethodDescriptionList
<org.eclipse.xtext.validation.Issue> org.eclipse.emf.common.util.URI
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationErrorsException
public ValidationErrorsException(org.eclipse.emf.common.util.URI resourceUri, List<org.eclipse.xtext.validation.Issue> errors)
-
-
Method Details
-
getResourceUri
public org.eclipse.emf.common.util.URI getResourceUri() -
getResourceUriString
-
getErrors
-
getErrorStrings
-
getMessage
- Overrides:
getMessage
in classThrowable
-