imported from svn
[metux-java.git] / propertylist / EVariableParseError.java
blobfc0c279488c59ae01b0196fa9132e8f658b65f87
2 package org.de.metux.propertylist;
4 public class EVariableParseError extends EIllegalValue
6 public EVariableParseError(String name, String value)
8 super(name,value);