Class BrokenCacheException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- jetbrains.mps.generator.runtime.GenerationException
 - 
- jetbrains.mps.generator.impl.GenerationFailureException
 - 
- jetbrains.mps.generator.impl.cache.BrokenCacheException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class BrokenCacheException extends GenerationFailureException
Evgeny Gryaznov, Oct 1, 2010- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BrokenCacheException(SModel model) 
- 
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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BrokenCacheException
public BrokenCacheException(SModel model)
 
 - 
 
 -