Package jetbrains.mps.generator.impl
Class AbandonRuleInputException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- jetbrains.mps.generator.runtime.GenerationException
 - 
- jetbrains.mps.generator.impl.AbandonRuleInputException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class AbandonRuleInputException extends GenerationException
Intention: prevents input node from being copied into output model. How it works: active rule tells it got no replacement nodes (result != null but empty list), so that input node is replaced with empty list of output nodes.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AbandonRuleInputException() 
- 
Method Summary
- 
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 
 - 
 
 -