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