1 package SOFA.Component; 2 3 6 7 public final class InstantiationException extends cz.cuni.sofa.lib.SystemException { 8 9 public InstantiationException() { 10 super(); 11 } 12 13 public InstantiationException(java.lang.String _reason) { 14 super(_reason); 15 } 16 17 public InstantiationException(String __reason, Throwable cause) { 18 super(__reason,cause); 19 } 20 } 21 | Popular Tags |