Package jetbrains.mps.generator.impl
Class DismissTopMappingRuleException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- jetbrains.mps.generator.runtime.GenerationException
 - 
- jetbrains.mps.generator.impl.DismissTopMappingRuleException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class DismissTopMappingRuleException extends GenerationException
Intention: stop rule evaluation and report a message- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDismissTopMappingRuleException.MessageType 
- 
Constructor Summary
Constructors Constructor Description DismissTopMappingRuleException(DismissTopMappingRuleException.MessageType messageType)DismissTopMappingRuleException(DismissTopMappingRuleException.MessageType messageType, String message) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisError()booleanisInfo()booleanisLoggingNeeded()booleanisWarning()- 
Methods inherited from class jetbrains.mps.generator.runtime.GenerationException
getTemplateContext, getTemplateModelLocation, setTemplateContext, setTemplateModelLocation 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
DismissTopMappingRuleException
public DismissTopMappingRuleException(DismissTopMappingRuleException.MessageType messageType)
 
- 
DismissTopMappingRuleException
public DismissTopMappingRuleException(DismissTopMappingRuleException.MessageType messageType, String message)
 
 - 
 
 -