UnboundVariableException.java revision 2
/*
* Created on Dec 12, 2004
*/
/**
* @author Evren Sirin
*/
public class UnboundVariableException extends RuntimeException {
super();
}
super(message);
}
public Variable getVariable() {
return var;
}
public String getMessage() {
}
}