Package jetbrains.mps.generator
Class GenerationCanceledException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- jetbrains.mps.generator.runtime.GenerationException
 - 
- jetbrains.mps.generator.GenerationCanceledException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class GenerationCanceledException extends GenerationException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GenerationCanceledException()GenerationCanceledException(String message)GenerationCanceledException(String message, Throwable cause)GenerationCanceledException(Throwable cause) 
- 
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 
 - 
 
 -