package jetbrains.mps.lang.smodel.generator.smodelAdapter; /*Generated by MPS */ public class NodeCastException extends RuntimeException { public NodeCastException(String message) { super(message); } }