i changed the exception-handling of the new producers and localizers to use the multe...
[mir.git] / source / mir / config / exceptions / ConfigDefineNotKnownException.java
1 package mir.config.exceptions;\r
2 \r
3 public class ConfigDefineNotKnownException extends ConfigFailure {\r
4   public ConfigDefineNotKnownException(String aMessage, String aLocation) {\r
5     super (aMessage, aLocation);\r
6   }\r
7 }\r