source: trunk/org.modelica.mdt.ui/src/org/modelica/mdt/ui/ModelicaLookupException.java

Last change on this file was 482, checked in by adrpo, 18 years ago

latest updates for 0.6.9

File size: 245 bytes
Line 
1
2package org.modelica.mdt.ui;
3
4public class ModelicaLookupException extends Exception
5{
6    private static final long serialVersionUID = 414461676588845310L;
7   
8    public ModelicaLookupException(String message)
9    {
10        super(message);
11    }
12
13}
Note: See TracBrowser for help on using the repository browser.